From aecff2f67995905e58cacd9c4b7e5a7220a26e3b Mon Sep 17 00:00:00 2001 From: Guy Harris Date: Fri, 2 Dec 2016 13:15:41 -0800 Subject: Include config.h first, for large-file-related #defines. Change-Id: Iced77fb65c2db8bc370cefe4c48c972fe1262f92 Reviewed-on: https://code.wireshark.org/review/19039 Reviewed-by: Guy Harris --- randpkt_core/randpkt_core.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/randpkt_core/randpkt_core.c b/randpkt_core/randpkt_core.c index 2e6beccaad..44a54f1ad7 100644 --- a/randpkt_core/randpkt_core.c +++ b/randpkt_core/randpkt_core.c @@ -21,10 +21,10 @@ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. */ -#include "randpkt_core.h" - #include +#include "randpkt_core.h" + #include #include #include -- cgit v1.2.1