diff options
Diffstat (limited to 'lib/src/error.c')
-rw-r--r-- | lib/src/error.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/src/error.c b/lib/src/error.c index 865e2b47d..ab5d6e27d 100644 --- a/lib/src/error.c +++ b/lib/src/error.c @@ -18,7 +18,7 @@ * @brief Implementation of error management functions. */ -#include "error.h" +#include <hicn/error.h> const char *HICN_LIB_ERROR_STRING[] = { #define _(a,b,c) [b] = c, |