diff options
Diffstat (limited to 'lib')
-rw-r--r-- | lib/utils_base.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/utils_base.c b/lib/utils_base.c index c93e9c3..8685e6f 100644 --- a/lib/utils_base.c +++ b/lib/utils_base.c | |||
@@ -28,6 +28,7 @@ | |||
28 | #include <stdarg.h> | 28 | #include <stdarg.h> |
29 | #include "utils_base.h" | 29 | #include "utils_base.h" |
30 | #include <fcntl.h> | 30 | #include <fcntl.h> |
31 | #include <sys/stat.h> | ||
31 | 32 | ||
32 | #define np_free(ptr) { if(ptr) { free(ptr); ptr = NULL; } } | 33 | #define np_free(ptr) { if(ptr) { free(ptr); ptr = NULL; } } |
33 | 34 | ||