diff options
Diffstat (limited to '')
-rw-r--r-- | internal.h | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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__)) |