summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--proxy/src/gp_util.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/proxy/src/gp_util.c b/proxy/src/gp_util.c
index 34f3024..7ad21e3 100644
--- a/proxy/src/gp_util.c
+++ b/proxy/src/gp_util.c
@@ -31,6 +31,8 @@
#include <errno.h>
#include <unistd.h>
+#include "gp_common.h"
+
bool gp_same(const char *a, const char *b)
{
if ((a == b) || strcmp(a, b) == 0) {