Skip to content

Commit 777b9c9

Browse files
Include Directory Needed in Newer Wiresharks
To fix issue reported in OpenDDS/OpenDDS#3272
1 parent e627c09 commit 777b9c9

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)