From 06fed0b0f3e2d1c0f1dfc548ce6f92d87a37a0a0 Mon Sep 17 00:00:00 2001 From: Simo Sorce Date: Sun, 15 Apr 2012 14:48:24 -0400 Subject: Add logging helpers --- proxy/src/gp_common.h | 1 + 1 file changed, 1 insertion(+) (limited to 'proxy/src/gp_common.h') diff --git a/proxy/src/gp_common.h b/proxy/src/gp_common.h index 89c7827..981eb75 100644 --- a/proxy/src/gp_common.h +++ b/proxy/src/gp_common.h @@ -27,6 +27,7 @@ #define _GP_COMMON_H_ #include "gp_debug.h" +#include "gp_log.h" /* add element to list head */ #define LIST_ADD(list, elem) do { \ -- cgit