aboutsummaryrefslogtreecommitdiffstats
path: root/editcap.c
diff options
context:
space:
mode:
authormorriss <morriss@f5534014-38df-0310-8fa8-9805f1628bb7>2008-03-16 00:41:10 +0000
committermorriss <morriss@f5534014-38df-0310-8fa8-9805f1628bb7>2008-03-16 00:41:10 +0000
commit3b7a69954d1904b884d8c8091c87baeaaf0c95a3 (patch)
tree20ff68c46c92d832e4959077f7a908909de38d1a /editcap.c
parent9088d2f02ffdcbe1912f1197c29c1d2eece65b46 (diff)
Include epan/priveleges.h for get_credential_info()
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@24649 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'editcap.c')
-rw-r--r--editcap.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/editcap.c b/editcap.c
index 0137bb074c..006477947b 100644
--- a/editcap.c
+++ b/editcap.c
@@ -58,6 +58,7 @@
#include "epan/plugins.h"
#include "epan/report_err.h"
#include "epan/filesystem.h"
+#include <epan/privileges.h>
#include "svnversion.h"