diff options
Diffstat (limited to 'utils.h')
-rw-r--r-- | utils.h | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -18,6 +18,9 @@ * */ +#ifndef UTILS_H +#define UTILS_H + /* For uint64_t */ #include <stdint.h> /* For ssize_t */ @@ -85,3 +88,4 @@ struct passwd *xgetpwnam(const char *name); /* Caching version of getpwuid */ struct passwd *xgetpwuid(uid_t uid); +#endif /* UTILS_H */ |