Skip to content

Commit

Permalink
Add missing headers to fix build on FreeBSD 8.4
Browse files Browse the repository at this point in the history
  • Loading branch information
droe committed Nov 24, 2014
1 parent 476967c commit 25e3145
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion privsep.c
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,11 @@
#include "log.h"
#include "attrib.h"

#include <sys/select.h>
#include <sys/types.h>
#include <sys/socket.h>
#include <sys/select.h>
#include <sys/wait.h>
#include <netinet/in.h>
#include <signal.h>
#include <unistd.h>
#include <stdlib.h>
Expand Down

0 comments on commit 25e3145

Please sign in to comment.