Skip to content

Commit

Permalink
fix windows winsock2.h include issue by rearranging sniffer.h include
Browse files Browse the repository at this point in the history
  • Loading branch information
douglaspeer committed May 31, 2019
1 parent de247fc commit 1416c52
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/tins/tins.h
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@
#ifndef TINS_TINS_H
#define TINS_TINS_H

#include <tins/sniffer.h>
#include <tins/dns.h>
#include <tins/arp.h>
#include <tins/bootp.h>
Expand All @@ -54,7 +55,6 @@
#include <tins/radiotap.h>
#include <tins/rawpdu.h>
#include <tins/snap.h>
#include <tins/sniffer.h>
#include <tins/tcp.h>
#include <tins/udp.h>
#include <tins/utils.h>
Expand Down

0 comments on commit 1416c52

Please sign in to comment.