include portability.h last because it re-defines macros otherwise
This commit is contained in:
parent
6e39f0c06c
commit
d10965f66c
|
@ -40,10 +40,11 @@
|
|||
#include <stdarg.h> /* for functions with variable number of arguments */
|
||||
#include <errno.h> /* for the errno variable */
|
||||
#include "sockutils.h"
|
||||
#include "portability.h"
|
||||
#include "rpcap-protocol.h"
|
||||
#include <pcap/pcap.h>
|
||||
|
||||
#include "portability.h"
|
||||
|
||||
/*
|
||||
* This file contains functions used both by the rpcap client and the
|
||||
* rpcap daemon.
|
||||
|
|
Loading…
Reference in New Issue