aboutsummaryrefslogtreecommitdiffstats
path: root/internal.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--internal.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/internal.h b/internal.h
index 80bf317..ccc4ebe 100644
--- a/internal.h
+++ b/internal.h
@@ -1,6 +1,5 @@
/* See LICENSE file for copyright and license details. */
#include "liberror-libc.h"
-#include "liberror.h"
#include <sys/socket.h>
#include <errno.h>
@@ -9,6 +8,8 @@
#include <string.h>
#include <unistd.h>
+#include <liberror.h>
+
#if defined(__GNUC__)
# define GCC_ATTRIBUTES(...) __attribute__((__VA_ARGS__))