From 004055a3bea371fa9f108c2c6f25228c4c96c685 Mon Sep 17 00:00:00 2001 From: curt Date: Mon, 16 Jul 2001 23:12:39 +0000 Subject: [PATCH] Fix include order for FreeBSD. Actually this is the published order for Linux, but linux seems to be more tolerant of the includes being out of order. --- src/NetworkOLK/fgd.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/NetworkOLK/fgd.h b/src/NetworkOLK/fgd.h index 74883cdfc..22bee01bd 100644 --- a/src/NetworkOLK/fgd.h +++ b/src/NetworkOLK/fgd.h @@ -2,8 +2,8 @@ #ifndef _MSC_VER -#include #include +#include #include #include #include -- 2.39.5