summaryrefslogtreecommitdiffstats
path: root/lib/libc/regex/grot
diff options
context:
space:
mode:
authorngie <ngie@FreeBSD.org>2015-12-05 01:19:35 +0000
committerngie <ngie@FreeBSD.org>2015-12-05 01:19:35 +0000
commit1a9e649e9e64edf705a8b11cffb2a8f5a2b158f3 (patch)
tree8f5ce0a7661d54d0e74dced877de9bb9af37c118 /lib/libc/regex/grot
parentae11a85edd137c0ee3c69d1ad223bbde9b6117d3 (diff)
downloadFreeBSD-src-1a9e649e9e64edf705a8b11cffb2a8f5a2b158f3.zip
FreeBSD-src-1a9e649e9e64edf705a8b11cffb2a8f5a2b158f3.tar.gz
Add missing headers and sort #includes per style(9)
MFC after: 1 week Sponsored by: EMC / Isilon Storage Division
Diffstat (limited to 'lib/libc/regex/grot')
-rw-r--r--lib/libc/regex/grot/main.c8
1 files changed, 5 insertions, 3 deletions
diff --git a/lib/libc/regex/grot/main.c b/lib/libc/regex/grot/main.c
index 72319f6..880e69e 100644
--- a/lib/libc/regex/grot/main.c
+++ b/lib/libc/regex/grot/main.c
@@ -1,11 +1,13 @@
#include <sys/cdefs.h>
__FBSDID("$FreeBSD$");
-#include <stdio.h>
-#include <string.h>
#include <sys/types.h>
-#include <regex.h>
#include <assert.h>
+#include <regex.h>
+#include <stdio.h>
+#include <stdlib.h>
+#include <string.h>
+#include <unistd.h>
#include "main.ih"
OpenPOWER on IntegriCloud