include portability.h last because it re-defines macros otherwise

This commit is contained in:
christos 2023-08-17 15:30:13 +00:00
parent 6e39f0c06c
commit d10965f66c
1 changed files with 2 additions and 1 deletions

View File

@ -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.