Fix compilation warning for undeclared struct event.

This commit is contained in:
Gleb Smirnoff 2018-01-15 13:22:25 -08:00 committed by Justin Maggard
parent f7604117c0
commit 8fe7293c7a

View File

@ -20,6 +20,7 @@
#include <time.h>
#include "clients.h"
#include "event.h"
#include "getifaddr.h"
#include "log.h"