From: Vadim Zeitlin Date: Mon, 2 Sep 2002 20:08:16 +0000 (+0000) Subject: old compilation fix for AIX from Ian Brown X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/d2c7015bf07982c3b9c3e8ca62b326e589f95e46 old compilation fix for AIX from Ian Brown git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@16944 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/src/motif/textctrl.cpp b/src/motif/textctrl.cpp index 5e602b8a44..9dbff0adb2 100644 --- a/src/motif/textctrl.cpp +++ b/src/motif/textctrl.cpp @@ -25,6 +25,8 @@ #define XtParent XTPARENT #endif +#include "wx/defs.h" + #include #include #include