Add missing headers and sort #includes per style(9)

MFC after: 1 week
Sponsored by: EMC / Isilon Storage Division
This commit is contained in:
Enji Cooper 2015-12-05 01:19:35 +00:00
parent f76918a8c4
commit 1dce0e7706
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=291834

View File

@ -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"