qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] [PATCH 2/7] slirp: Add header inclusion guard to slirp/debu


From: Fedor Lyakhov
Subject: [Qemu-devel] [PATCH 2/7] slirp: Add header inclusion guard to slirp/debug.h
Date: Sat, 26 Apr 2014 02:10:58 +0400

Signed-off-by: Fedor Lyakhov <address@hidden>
---
 slirp/debug.h | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/slirp/debug.h b/slirp/debug.h
index 6cfa61e..84754d4 100644
--- a/slirp/debug.h
+++ b/slirp/debug.h
@@ -5,6 +5,9 @@
  * terms and conditions of the copyright.
  */
 
+#ifndef SLIRP_DEBUG_H
+#define SLIRP_DEBUG_H
+
 //#define DEBUG 1
 
 #ifdef DEBUG
@@ -32,3 +35,5 @@ extern int slirp_debug;
 #define DEBUG_ERROR(x)
 
 #endif
+
+#endif /* SLIRP_DEBUG_H */
-- 
1.8.4.5




reply via email to

[Prev in Thread] Current Thread [Next in Thread]