summaryrefslogtreecommitdiff
path: root/include/nsutils/endian.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/nsutils/endian.h')
-rw-r--r--include/nsutils/endian.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/nsutils/endian.h b/include/nsutils/endian.h
index 4fe2420..a624166 100644
--- a/include/nsutils/endian.h
+++ b/include/nsutils/endian.h
@@ -13,6 +13,9 @@
#ifndef NSUTILS_ENDIAN_H_
#define NSUTILS_ENDIAN_H__
+#include <inttypes.h>
+#include <stdbool.h>
+
/**
* Detect if the host is little endian.
*