From 92802883a6ec5192b9df1ab7b3d4d8069b46f841 Mon Sep 17 00:00:00 2001 From: Gerald Combs Date: Thu, 30 Aug 2007 00:24:40 +0000 Subject: Change the "--enable-setuid-install" option to install dumpcap and TShark setuid instead of Wireshark. Remove the "DANGEROUS" notices, but leave it disabled by default. Whine if the user runs Wireshark or TShark as root. Add a preference to disable the whining. Add a "setuid-root" script that can be used to switch dumpcap and TShark's setuid-ness on and off for development and testing. Update the release notes and README.packaging. svn path=/trunk/; revision=22733 --- summary.c | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'summary.c') diff --git a/summary.c b/summary.c index 0ac1b8a5f1..528bbfc556 100644 --- a/summary.c +++ b/summary.c @@ -26,6 +26,10 @@ # include "config.h" #endif +#ifdef HAVE_SYS_TYPES_H +#include +#endif + #include #include "cfile.h" #include "summary.h" -- cgit v1.2.3