summaryrefslogtreecommitdiffstats
path: root/lib/libnetbsd/util.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libnetbsd/util.h')
-rw-r--r--lib/libnetbsd/util.h7
1 files changed, 4 insertions, 3 deletions
diff --git a/lib/libnetbsd/util.h b/lib/libnetbsd/util.h
index c7d32e1..99bc3ca 100644
--- a/lib/libnetbsd/util.h
+++ b/lib/libnetbsd/util.h
@@ -30,12 +30,13 @@
* SUCH DAMAGE.
*/
-#ifndef _UTIL_H_
-#define _UTIL_H_
+#ifndef _LIBNETBSD_UTIL_H_
+#define _LIBNETBSD_UTIL_H_
+#include <sys/types.h>
#include <libutil.h>
char *flags_to_string(u_long flags, const char *def);
int string_to_flags(char **stringp, u_long *setp, u_long *clrp);
-#endif /* _UTIL_H_ */
+#endif
OpenPOWER on IntegriCloud