1
0
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:
Matias Fontanini
2015-05-12 19:03:52 -07:00
parent e651770018
commit 325de4abca

View File

@@ -27,8 +27,8 @@
*
*/
#include <pcap.h>
#include "internals.h"
#include <pcap.h>
#include "ip.h"
#include "ethernetII.h"
#include "ieee802_3.h"