Removed unneccessary include <spawn.h>, which broke the build.

This commit is contained in:
Armin Novak 2013-11-08 10:27:57 +01:00
parent 72e33363ff
commit b34c2d0e1d

View File

@ -66,7 +66,6 @@
#include <grp.h>
#include <errno.h>
#include <spawn.h>
#include <string.h>
#include <signal.h>
#include <sys/wait.h>