Fix missing include (fixes issue #594; thanks @Coacher)
This commit is contained in:
parent
cf930fa42e
commit
cbb76849ea
1 changed files with 1 additions and 1 deletions
|
@ -37,10 +37,10 @@
|
|||
#include <pwd.h>
|
||||
#include <time.h>
|
||||
#include <sys/time.h>
|
||||
#include <sys/wait.h>
|
||||
|
||||
#ifdef HAVE_SN
|
||||
#include <libsn/sn.h>
|
||||
#include <sys/wait.h>
|
||||
#endif
|
||||
|
||||
#include <version.h>
|
||||
|
|
Loading…
Reference in a new issue