Skip to content

Commit 5cdd84e

Browse files
authored
Merge pull request DOCGroup#152 from iguessthislldo/igtd/wireshark-missing-include
Include Directory Needed in Newer Wiresharks
2 parents e627c09 + 777b9c9 commit 5cdd84e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config/wireshark.mpb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ feature(wireshark) {
7373
feature(wireshark_cmake) {
7474
avoids += wireshark
7575

76-
includes += $(WIRESHARK_BUILD)
76+
includes += $(WIRESHARK_BUILD) $(WIRESHARK_SRC)/include
7777
libpaths += $(WIRESHARK_BUILD)/$(WIRESHARK_LIB)
7878
lit_libs += wiretap wireshark wsutil
7979
}

0 commit comments

Comments
 (0)