we use certain things from sys/param.h

This commit is contained in:
Joris Vink 2018-11-29 10:31:14 +01:00
parent ce3b60b8c8
commit 272d659f1c
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@
#define daemon portability_is_king
#endif
#include <sys/types.h>
#include <sys/param.h>
#include <sys/time.h>
#include <sys/queue.h>
#include <sys/un.h>