On Dec 3, 2013, at 2:56 PM, Joerg Mayer <[email protected]> wrote: > This breaks compilation in two places for me: > [ 0%] Building CXX object ui/qt/CMakeFiles/qtui.dir/display_filter_edit.cpp.o
That needed to include epan/dfilter/dfilter.h. > Lots of breakage in epan/wslua/ One file there needed to include epan/dfilter/dfilter.h, and wslua.h needs to include stdlib.h to get exit() declared. Jakub checked in a fix for the last of those, and I've checked in fixes for the others. ___________________________________________________________________________ Sent via: Wireshark-dev mailing list <[email protected]> Archives: http://www.wireshark.org/lists/wireshark-dev Unsubscribe: https://wireshark.org/mailman/options/wireshark-dev mailto:[email protected]?subject=unsubscribe
