summaryrefslogtreecommitdiffstats
path: root/src/shared/sockhelper.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/shared/sockhelper.h')
-rw-r--r--src/shared/sockhelper.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/shared/sockhelper.h b/src/shared/sockhelper.h
index ad3ee65..86c3b3e 100644
--- a/src/shared/sockhelper.h
+++ b/src/shared/sockhelper.h
@@ -6,8 +6,8 @@
* abstract from the IP version by using getaddrinfo() and thelike.
*/
-#include <stdint.h>
#include "../types.h"
+#include <stdint.h>
#include <sys/socket.h>
#include <string.h>