diff options
Diffstat (limited to 'proxy/src/gp_common.h')
-rw-r--r-- | proxy/src/gp_common.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/proxy/src/gp_common.h b/proxy/src/gp_common.h index 3763e12..89c7827 100644 --- a/proxy/src/gp_common.h +++ b/proxy/src/gp_common.h @@ -26,6 +26,8 @@ #ifndef _GP_COMMON_H_ #define _GP_COMMON_H_ +#include "gp_debug.h" + /* add element to list head */ #define LIST_ADD(list, elem) do { \ elem->prev = NULL; \ |