diff options
author | Gerald Combs <gerald@wireshark.org> | 2012-08-23 18:42:48 +0000 |
---|---|---|
committer | Gerald Combs <gerald@wireshark.org> | 2012-08-23 18:42:48 +0000 |
commit | 5adc43f5977a16a9c9bfa81b37b69091ce234e9a (patch) | |
tree | ceb6f4c63d6cea857d0469d7217723439b2cf37e /capture_sync.c | |
parent | 6b26e33c607410212efce9b0abfd7248d9f1a95e (diff) | |
download | wireshark-5adc43f5977a16a9c9bfa81b37b69091ce234e9a.tar.gz wireshark-5adc43f5977a16a9c9bfa81b37b69091ce234e9a.tar.bz2 wireshark-5adc43f5977a16a9c9bfa81b37b69091ce234e9a.zip |
Move the pipe input routines to the common UI directory.
svn path=/trunk/; revision=44644
Diffstat (limited to 'capture_sync.c')
-rw-r--r-- | capture_sync.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/capture_sync.c b/capture_sync.c index 57f4ba67e8..a7282650f0 100644 --- a/capture_sync.c +++ b/capture_sync.c @@ -98,6 +98,7 @@ #include "capture-wpcap.h" #endif +#include "ui/pipe_input.h" #include "ui/ui_util.h" #include <wsutil/file_util.h> |