aboutsummaryrefslogtreecommitdiff
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 b2836eb..bb15522 100644
--- a/src/util.h
+++ b/src/util.h
@@ -2,9 +2,9 @@
#define H_UTIL
#include <inttypes.h>
-#include <sds/sds.h>
#include <arpa/inet.h>
#include <regex.h>
+#include "sds/sds.h"
/* Networking */
uint16_t atop(const char *port);