diff options
author | Toni Uhlig <matzeton@googlemail.com> | 2018-06-01 23:09:09 +0200 |
---|---|---|
committer | Toni Uhlig <matzeton@googlemail.com> | 2018-06-01 23:09:09 +0200 |
commit | 94f97f09d6acb69ade8cfd9f01a6204607be15e8 (patch) | |
tree | 244bcb9cda9b3b7522b3e23bf8b9a264bdd9a319 /src/utils.h | |
parent | ceae0f10b1d03ec6ba2748357c4bf5232817e9fa (diff) |
POTD skeleton #90.
Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
Diffstat (limited to 'src/utils.h')
-rw-r--r-- | src/utils.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/utils.h b/src/utils.h index 75f3c92..b4baa70 100644 --- a/src/utils.h +++ b/src/utils.h @@ -2,6 +2,7 @@ #define POTD_UTILS_H 1 #include <stdlib.h> +#include <sys/types.h> #ifndef SIZEOF #define SIZEOF(arr) (sizeof(arr)/sizeof(arr[0])) |