summaryrefslogtreecommitdiff
path: root/src/util.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/util.h')
-rw-r--r--src/util.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/util.h b/src/util.h
index c18221f49..e378786d9 100644
--- a/src/util.h
+++ b/src/util.h
@@ -7,8 +7,8 @@
#ifndef INCLUDE_util_h__
#define INCLUDE_util_h__
-#include "posix.h"
#include "common.h"
+#include "strnlen.h"
#define ARRAY_SIZE(x) (sizeof(x)/sizeof(x[0]))
#define bitsizeof(x) (CHAR_BIT * sizeof(x))