diff --git a/external/bsd/libpcap/dist/rpcap-protocol.c b/external/bsd/libpcap/dist/rpcap-protocol.c index 0cdc0ba323b7..cdb9e1fab766 100644 --- a/external/bsd/libpcap/dist/rpcap-protocol.c +++ b/external/bsd/libpcap/dist/rpcap-protocol.c @@ -40,10 +40,11 @@ #include /* for functions with variable number of arguments */ #include /* for the errno variable */ #include "sockutils.h" -#include "portability.h" #include "rpcap-protocol.h" #include +#include "portability.h" + /* * This file contains functions used both by the rpcap client and the * rpcap daemon.