summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/helper/types.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/helper/types.h b/src/helper/types.h
index a68c301e..027615e4 100644
--- a/src/helper/types.h
+++ b/src/helper/types.h
@@ -19,8 +19,10 @@
***************************************************************************/
#ifndef TYPES_H
#define TYPES_H
-
+
+#ifdef HAVE_CONFIG_H
#include "config.h"
+#endif
#ifndef u8
typedef unsigned char u8;