From c4226a2a14b362f1662cb5068039b8ed47e1b336 Mon Sep 17 00:00:00 2001 From: Doug Simons Date: Wed, 24 Mar 2010 22:18:28 +0000 Subject: [PATCH] Include NSDebug.h for definition of NSDebugLLog() git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/back/trunk@30032 72102866-910b-0410-8b05-ffd578937521 --- ChangeLog | 5 +++++ Source/winlib/WIN32FontInfo.m | 1 + 2 files changed, 6 insertions(+) diff --git a/ChangeLog b/ChangeLog index ab6e910..aaa364f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2010-03-24 Doug Simons + + * Source/winlib/WIN32FontInfo.m: Include NSDebug.h for + definition of NSDebugLLog(). + 2010-03-24 Doug Simons * Source/win32/WIN32Server.m: Ignore duplicate mouse down diff --git a/Source/winlib/WIN32FontInfo.m b/Source/winlib/WIN32FontInfo.m index 8ca4653..fd8a89c 100644 --- a/Source/winlib/WIN32FontInfo.m +++ b/Source/winlib/WIN32FontInfo.m @@ -25,6 +25,7 @@ */ #include +#include #include #include #include