Fix some warnings from newer compilers

This commit is contained in:
Justin Maggard
2020-09-25 17:48:07 -07:00
committed by Justin Maggard
parent 9fba41008a
commit 9f1677825c
10 changed files with 35 additions and 22 deletions

View File

@@ -1,7 +1,7 @@
#include "config.h"
#ifdef HAVE_KQUEUE
#include <sys/types.h>
#ifdef HAVE_KQUEUE
#include <sys/event.h>
#endif