From 5d66debfcebb5ffdecd7a27d15456d7d73f3ddc4 Mon Sep 17 00:00:00 2001 From: Stefan Neis Date: Sun, 24 Aug 2003 09:52:09 +0000 Subject: [PATCH] Minor correction for OS/2. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23153 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- src/common/filename.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/common/filename.cpp b/src/common/filename.cpp index 307018d906..5a125fcd3f 100644 --- a/src/common/filename.cpp +++ b/src/common/filename.cpp @@ -135,6 +135,7 @@ #endif #ifdef __EMX__ +#include #define MAX_PATH _MAX_PATH #endif -- 2.45.2