summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--include/utils.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/utils.h b/include/utils.h
index eed6127..247d99d 100644
--- a/include/utils.h
+++ b/include/utils.h
@@ -1,6 +1,7 @@
#ifndef LIBNFTNL_UTILS_H
#define LIBNFTNL_UTILS_H 1
+#include <errno.h>
#include <stdio.h>
#include <stdint.h>
#include <string.h>