Signed-off-by: Fedor Lyakhov <fedor.lyak...@gmail.com>
---
 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