summaryrefslogtreecommitdiffstats
path: root/usr.bin/soelim
diff options
context:
space:
mode:
authorbapt <bapt@FreeBSD.org>2015-05-21 08:26:24 +0000
committerbapt <bapt@FreeBSD.org>2015-05-21 08:26:24 +0000
commit7da418e1a9c316156cc07ce63a2cdfe7a07259c3 (patch)
tree9e6ec3a53218a9368b0c0e5d5904600e34d1a05b /usr.bin/soelim
parent5c514e6097440dce6d27875d54afe3c4a2b66715 (diff)
downloadFreeBSD-src-7da418e1a9c316156cc07ce63a2cdfe7a07259c3.zip
FreeBSD-src-7da418e1a9c316156cc07ce63a2cdfe7a07259c3.tar.gz
add an include on sys/types.h because we do explicitly use size_t
remove unused stdbool.h Suggested by: schwarze at OpenBSD
Diffstat (limited to 'usr.bin/soelim')
-rw-r--r--usr.bin/soelim/soelim.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.bin/soelim/soelim.c b/usr.bin/soelim/soelim.c
index 587e406..4d747ee 100644
--- a/usr.bin/soelim/soelim.c
+++ b/usr.bin/soelim/soelim.c
@@ -27,10 +27,11 @@
#include <sys/cdefs.h>
__FBSDID("$FreeBSD$");
+#include <sys/types.h>
+
#include <ctype.h>
#include <err.h>
#include <limits.h>
-#include <stdbool.h>
#define _WITH_GETLINE
#include <stdio.h>
#include <stdlib.h>
OpenPOWER on IntegriCloud