We need to include <wsutil/privileges.h> for those functions.

Change-Id: I2c51ae467e1fcfb325bfac5d6fe52ef08b4429a6
Reviewed-on: https://code.wireshark.org/review/14335
Reviewed-by: Guy Harris <guy@alum.mit.edu>
This commit is contained in:
Guy Harris 2016-03-03 14:10:38 -08:00
parent 5ec5da3f68
commit 5a66318272
1 changed files with 1 additions and 0 deletions

View File

@ -51,6 +51,7 @@
#include <wsutil/crash_info.h>
#include <wsutil/filesystem.h>
#include <wsutil/file_util.h>
#include <wsutil/privileges.h>
#include <wsutil/strnatcmp.h>
#include <wsutil/ws_diag_control.h>
#include <wsutil/ws_version_info.h>