diff options
Diffstat (limited to 'proxy/src/gp_export.c')
-rw-r--r-- | proxy/src/gp_export.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/proxy/src/gp_export.c b/proxy/src/gp_export.c index ed0a8ab..5cee23c 100644 --- a/proxy/src/gp_export.c +++ b/proxy/src/gp_export.c @@ -28,6 +28,7 @@ #include <stdio.h> #include <stdbool.h> #include <errno.h> +#include <string.h> #include "gp_conv.h" #include "gp_export.h" #include "gp_debug.h" |