Add missing headers.

This commit is contained in:
Kevin Lo 2013-07-17 00:58:23 +00:00
parent 1d35db811f
commit 2f31c8f52e
2 changed files with 3 additions and 0 deletions

View File

@ -28,6 +28,7 @@
#include <assert.h>
#include <math.h>
#include <stdio.h>
#include <stdlib.h>
int

View File

@ -34,6 +34,7 @@ __FBSDID("$FreeBSD$");
#include <sys/wait.h>
#include <assert.h>
#include <err.h>
#include <errno.h>
#include <fcntl.h>
#include <ftw.h>
@ -41,6 +42,7 @@ __FBSDID("$FreeBSD$");
#include <stdlib.h>
#include <string.h>
#include <spawn.h>
#include <unistd.h>
extern char **environ;