diff options
author | Jeff Morriss <jeff.morriss@ulticom.com> | 2010-05-28 20:19:55 +0000 |
---|---|---|
committer | Jeff Morriss <jeff.morriss@ulticom.com> | 2010-05-28 20:19:55 +0000 |
commit | 47e2d75820ee02066a61e341034aace6d28063c1 (patch) | |
tree | d70498d786146b2e819ee680cc26ba8c90fd167e /randpkt.c | |
parent | 17807a6b21c50a72e3bc11ddf0ff7bc2b313823a (diff) | |
download | wireshark-47e2d75820ee02066a61e341034aace6d28063c1.tar.gz wireshark-47e2d75820ee02066a61e341034aace6d28063c1.tar.bz2 wireshark-47e2d75820ee02066a61e341034aace6d28063c1.zip |
Move some code (including the optional objects) into libwsutil
svn path=/trunk/; revision=33012
Diffstat (limited to 'randpkt.c')
-rw-r--r-- | randpkt.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -30,7 +30,7 @@ #ifdef HAVE_GETOPT_H #include <getopt.h> #else -#include "wsgetopt.h" +#include "wsutil/wsgetopt.h" #endif #ifdef HAVE_UNISTD_H |