mirror of
https://github.com/mfontanini/libtins
synced 2026-01-23 02:35:57 +01:00
Fix error on VC triggered by pcap redefining the "inline" keyword.
This commit is contained in:
@@ -27,8 +27,8 @@
|
||||
*
|
||||
*/
|
||||
|
||||
#include <pcap.h>
|
||||
#include "internals.h"
|
||||
#include <pcap.h>
|
||||
#include "ip.h"
|
||||
#include "ethernetII.h"
|
||||
#include "ieee802_3.h"
|
||||
|
||||
Reference in New Issue
Block a user