From 0cc0024ac0acb2f3957d08fb7843888d77eb3e45 Mon Sep 17 00:00:00 2001 From: John-Mark Bell Date: Sat, 20 Jan 2018 15:23:06 +0000 Subject: Include standard library headers for types. --- include/nsutils/base64.h | 2 ++ include/nsutils/endian.h | 3 +++ include/nsutils/time.h | 2 ++ include/nsutils/unistd.h | 2 ++ 4 files changed, 9 insertions(+) diff --git a/include/nsutils/base64.h b/include/nsutils/base64.h index 672b69c..2baeec6 100644 --- a/include/nsutils/base64.h +++ b/include/nsutils/base64.h @@ -15,6 +15,8 @@ #ifndef NSUTILS_BASE64_H_ #define NSUTILS_BASE64_H_ +#include + #include /** 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 +#include + /** * Detect if the host is little endian. * diff --git a/include/nsutils/time.h b/include/nsutils/time.h index db60914..f162b75 100644 --- a/include/nsutils/time.h +++ b/include/nsutils/time.h @@ -15,6 +15,8 @@ #ifndef NSUTILS_TIME_H_ #define NSUTILS_TIME_H_ +#include + #include /** diff --git a/include/nsutils/unistd.h b/include/nsutils/unistd.h index be11382..06af226 100644 --- a/include/nsutils/unistd.h +++ b/include/nsutils/unistd.h @@ -15,6 +15,8 @@ #ifndef NSUTILS_UNISTD_H_ #define NSUTILS_UNISTD_H_ +#include + /** * Perform a write operation at a specific offset * -- cgit v1.2.3