From 60379c34a9fe793e4cd4cd3c9c6b608f77f016ed Mon Sep 17 00:00:00 2001 From: fluxgen Date: Tue, 20 Aug 2002 15:19:25 +0000 Subject: gnu --- src/Font.cc | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/src/Font.cc b/src/Font.cc index 22fd192..38aad9d 100644 --- a/src/Font.cc +++ b/src/Font.cc @@ -19,7 +19,7 @@ // FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER // DEALINGS IN THE SOFTWARE. -//$Id: Font.cc,v 1.8 2002/08/20 02:22:29 fluxgen Exp $ +//$Id: Font.cc,v 1.9 2002/08/20 15:19:25 fluxgen Exp $ #include "Font.hh" @@ -33,11 +33,16 @@ #define _GNU_SOURCE #endif //_GNU_SOURCE +#ifndef __USE_GNU +#define __USE_GNU +#endif //__USE_GNU + #include #include #include #include #include +#include #ifdef HAVE_SETLOCALE #include -- cgit v0.11.2