From 9f6e37fa06ab8e026cacc912b59adbe742d13a7b Mon Sep 17 00:00:00 2001 From: Paul Beckingham Date: Fri, 30 May 2014 15:25:34 -0400 Subject: [PATCH] Portability - Reordered includes to allow build on FreeBSD (thanks to Pietro Cerutti). --- src/Hooks.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/Hooks.cpp b/src/Hooks.cpp index 42e0d4c27..5850add5f 100644 --- a/src/Hooks.cpp +++ b/src/Hooks.cpp @@ -24,7 +24,8 @@ // //////////////////////////////////////////////////////////////////////////////// -#include // TODO Remove +// If is included, put it after , because it includes +// , and therefore would ignore the _WITH_GETLINE. #include #include #ifdef FREEBSD