diff --git a/src/util.cpp b/src/util.cpp index 6d77867db..6bd7642ca 100644 --- a/src/util.cpp +++ b/src/util.cpp @@ -25,6 +25,13 @@ //////////////////////////////////////////////////////////////////////////////// #include +// If is included, put it after , because it includes +// , and therefore would ignore the _WITH_GETLINE. +#ifdef FREEBSD +#define _WITH_GETLINE +#endif +#include +#include #include #include #include @@ -38,13 +45,6 @@ #include #include #include -// If is included, put it after , because it includes -// , and therefore would ignore the _WITH_GETLINE. -#ifdef FREEBSD -#define _WITH_GETLINE -#endif -#include -#include #include #include #include