aboutsummaryrefslogtreecommitdiffstats
path: root/internal.h
diff options
context:
space:
mode:
authorMattias Andrée <maandree@kth.se>2019-04-14 15:01:48 +0200
committerMattias Andrée <maandree@kth.se>2019-04-14 15:01:48 +0200
commita4784640aae9794b64dbd24b6e46c811a1bf4f48 (patch)
tree98a24cd8753aaf235600846ec5f1070eb1beed2e /internal.h
parentPrefetch backtrace so that it does not contain functions used to set the error (diff)
downloadliberror-libc-a4784640aae9794b64dbd24b6e46c811a1bf4f48.tar.gz
liberror-libc-a4784640aae9794b64dbd24b6e46c811a1bf4f48.tar.bz2
liberror-libc-a4784640aae9794b64dbd24b6e46c811a1bf4f48.tar.xz
Use installed liberror
Signed-off-by: Mattias Andrée <maandree@kth.se>
Diffstat (limited to 'internal.h')
-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__))