It seems <sys/types.h> is a new prerequisite for <bitstring.h> after

r300539. Attempt to fix the build for i386.
This commit is contained in:
Peter Wemm 2016-05-24 03:15:46 +00:00
parent 1717b68af1
commit 00774f3549
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=300557
3 changed files with 3 additions and 1 deletions

View file

@ -32,6 +32,7 @@ static const char rcsid[] =
"$FreeBSD$";
#endif /* not lint */
#include <sys/types.h>
#include <assert.h>
#include <bitstring.h>
#include <err.h>
@ -45,7 +46,6 @@ static const char rcsid[] =
#include <syslog.h>
#include <unistd.h>
#include <sys/ioctl.h>
#include <sys/types.h>
#include <sys/time.h>
#include <sys/wait.h>
#include <machine/apm_bios.h>

View file

@ -30,6 +30,7 @@
* $FreeBSD$
*/
#include <sys/types.h>
#include <string.h>
#include <syslog.h>
#include <bitstring.h>

View file

@ -30,6 +30,7 @@
* $FreeBSD$
*/
#include <sys/types.h>
#include <stdio.h>
#include <bitstring.h>
#include <stdlib.h>