From 8db75328d669f7feb405a907fe653341c31006e6 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/branches/WX_2_4_BRANCH@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 61e1d1bfbe..05d484737d 100644 --- a/src/common/filename.cpp +++ b/src/common/filename.cpp @@ -125,6 +125,7 @@ #endif #ifdef __EMX__ +#include #define MAX_PATH _MAX_PATH #endif