Fix missing include (fixes issue #594; thanks @Coacher)

This commit is contained in:
o9000 2016-08-08 13:08:29 +02:00
parent cf930fa42e
commit cbb76849ea

View file

@ -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>