Skip to content

Commit 7dbdf92

Browse files
committed
Add preinclude file support
1 parent d1b3600 commit 7dbdf92

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/wifibroadcast.hpp

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,10 @@
3737
#include <string>
3838
#include <vector>
3939

40+
#if defined (PREINCLUDE_FILE)
41+
#include PREINCLUDE_FILE
42+
#endif
43+
4044
extern std::string string_format(const char *format, ...);
4145

4246
/* this is the template radiotap header we send packets out with */

0 commit comments

Comments
 (0)