Skip to content

Commit

Permalink
Add preinclude file support
Browse files Browse the repository at this point in the history
  • Loading branch information
svpcom committed Nov 29, 2024
1 parent d1b3600 commit 7dbdf92
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/wifibroadcast.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,10 @@
#include <string>
#include <vector>

#if defined (PREINCLUDE_FILE)
#include PREINCLUDE_FILE
#endif

extern std::string string_format(const char *format, ...);

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

0 comments on commit 7dbdf92

Please sign in to comment.