From 4e6a4994026bffa5036af51124099de4ebab413d Mon Sep 17 00:00:00 2001 From: "Michael J. Chudobiak" Date: Thu, 19 Jul 2012 09:42:31 -0400 Subject: added missing stdlib include --- socket-common.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'socket-common.h') 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 #include -//#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 -- cgit