From 5baa999459542acf7379d58386a163114d823da3 Mon Sep 17 00:00:00 2001 From: Paul Beckingham Date: Thu, 29 May 2014 20:21:34 -0400 Subject: [PATCH] Build - Added missing define for FreeBSD. --- src/Hooks.cpp | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/Hooks.cpp b/src/Hooks.cpp index 12f6b9f3f..42e0d4c27 100644 --- a/src/Hooks.cpp +++ b/src/Hooks.cpp @@ -27,6 +27,9 @@ #include // TODO Remove #include #include +#ifdef FREEBSD +#define _WITH_GETLINE +#endif #include #include #include