summaryrefslogtreecommitdiff
path: root/randpkt.c
diff options
context:
space:
mode:
authorJeff Morriss <jeff.morriss@ulticom.com>2010-05-28 20:19:55 +0000
committerJeff Morriss <jeff.morriss@ulticom.com>2010-05-28 20:19:55 +0000
commit47e2d75820ee02066a61e341034aace6d28063c1 (patch)
treed70498d786146b2e819ee680cc26ba8c90fd167e /randpkt.c
parent17807a6b21c50a72e3bc11ddf0ff7bc2b313823a (diff)
downloadwireshark-47e2d75820ee02066a61e341034aace6d28063c1.tar.gz
Move some code (including the optional objects) into libwsutil
svn path=/trunk/; revision=33012
Diffstat (limited to 'randpkt.c')
-rw-r--r--randpkt.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/randpkt.c b/randpkt.c
index 4b6644fa68..941b267643 100644
--- a/randpkt.c
+++ b/randpkt.c
@@ -30,7 +30,7 @@
#ifdef HAVE_GETOPT_H
#include <getopt.h>
#else
-#include "wsgetopt.h"
+#include "wsutil/wsgetopt.h"
#endif
#ifdef HAVE_UNISTD_H