]> git.saurik.com Git - wxWidgets.git/commitdiff
Minor correction for OS/2.
authorStefan Neis <Stefan.Neis@t-online.de>
Sun, 24 Aug 2003 09:52:09 +0000 (09:52 +0000)
committerStefan Neis <Stefan.Neis@t-online.de>
Sun, 24 Aug 2003 09:52:09 +0000 (09:52 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23153 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

src/common/filename.cpp

index 307018d906e7cb0c1af4d1318aac11d3db62b1b9..5a125fcd3fc32dab2cb8c62237654f41c031cb89 100644 (file)
 #endif
 
 #ifdef __EMX__
+#include <os2.h>
 #define MAX_PATH _MAX_PATH
 #endif