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, 3 insertions, 4 deletions
diff --git a/lib/libnetbsd/util.h b/lib/libnetbsd/util.h
index 99bc3ca..c7d32e1 100644
--- a/lib/libnetbsd/util.h
+++ b/lib/libnetbsd/util.h
@@ -30,13 +30,12 @@
* SUCH DAMAGE.
*/
-#ifndef _LIBNETBSD_UTIL_H_
-#define _LIBNETBSD_UTIL_H_
+#ifndef _UTIL_H_
+#define _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
+#endif /* _UTIL_H_ */
OpenPOWER on IntegriCloud