summaryrefslogtreecommitdiff
path: root/socket-common.h
diff options
context:
space:
mode:
authorMichael J. Chudobiak <mjc@avtechpulse.com>2012-07-19 09:42:31 -0400
committerMichael J. Chudobiak <mjc@avtechpulse.com>2012-07-19 09:42:31 -0400
commit4e6a4994026bffa5036af51124099de4ebab413d (patch)
tree5780b8fafca41888d95e37c88f00f7079a1ac25c /socket-common.h
parent09d75b54a0f5bad3f925f2969e26eaf4494bc64c (diff)
added missing stdlib include
Diffstat (limited to 'socket-common.h')
-rw-r--r--socket-common.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/socket-common.h b/socket-common.h
index 41d177e..dfba8f8 100644
--- a/socket-common.h
+++ b/socket-common.h
@@ -5,7 +5,7 @@
#include <gio/gio.h>
#include <string.h>
-//#define DEBUG_ON - uncomment this to have debug messages
+#define DEBUG_ON - uncomment this to have debug messages
#ifdef DEBUG_ON
#define g_print_debug(...) g_print(__VA_ARGS__)
@@ -13,4 +13,4 @@
#define g_print_debug(...) {}
#endif
-#endif \ No newline at end of file
+#endif