From 444d61ba4a97c6cb66101fb3455ebfc593175abf Mon Sep 17 00:00:00 2001 From: =?utf8?q?V=C3=A1clav=20Slav=C3=ADk?= Date: Mon, 24 Dec 2001 14:06:09 +0000 Subject: [PATCH] compilation fix for DJGPP git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@13181 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- src/common/filename.cpp | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/common/filename.cpp b/src/common/filename.cpp index 47d1dcf0a5..0867508342 100644 --- a/src/common/filename.cpp +++ b/src/common/filename.cpp @@ -98,6 +98,10 @@ #include #endif +#ifdef __DJGPP__ +#include +#endif + #ifdef __MWERKS__ #include #include -- 2.50.0