From d4b9a32a86febd4bd4c6b34d08319bb44bd00ff0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mart=C3=ADn=20Marqu=C3=A9s?= Date: Mon, 29 Sep 2014 16:09:55 -0300 Subject: [PATCH] errcode.h is a local header. --- strutil.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/strutil.h b/strutil.h index d5d37843..142f588b 100644 --- a/strutil.h +++ b/strutil.h @@ -22,7 +22,7 @@ #define _STRUTIL_H_ #include -#include +#include "errcode.h" #define QUERY_STR_LEN 8192 #define MAXLEN 1024