Linux auditing also needs packet.h

This commit is contained in:
Damien Miller 2016-07-27 08:25:23 +10:00
parent 393bd381a4
commit d99ee9c4e5
1 changed files with 1 additions and 0 deletions

View File

@ -36,6 +36,7 @@
#include "log.h"
#include "audit.h"
#include "canohost.h"
#include "packet.h"
const char* audit_username(void);