mirror of
https://github.com/AppleWin/AppleWin.git
synced 2026-04-20 15:17:50 +00:00
Collections of changes to facilitate compilation on Linux and macOS. (PR #992)
This commit is contained in:
@@ -27,7 +27,12 @@
|
||||
|
||||
/* #define WPCAP */
|
||||
|
||||
#ifdef _MSC_VER
|
||||
#include "pcap.h"
|
||||
#else
|
||||
// on Linux and Mac OS X, we use system's pcap.h, which needs to be included as <>
|
||||
#include <pcap.h>
|
||||
#endif
|
||||
|
||||
#include <assert.h>
|
||||
#include <stdio.h>
|
||||
|
||||
Reference in New Issue
Block a user