]> git.saurik.com Git - wxWidgets.git/commitdiff
old compilation fix for AIX from Ian Brown
authorVadim Zeitlin <vadim@wxwidgets.org>
Mon, 2 Sep 2002 20:08:16 +0000 (20:08 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Mon, 2 Sep 2002 20:08:16 +0000 (20:08 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@16944 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

src/motif/textctrl.cpp

index 5e602b8a44e68127f3f20f64cc11c188264df4f2..9dbff0adb2b6b1c235a92998461af102a1f030d0 100644 (file)
@@ -25,6 +25,8 @@
 #define XtParent XTPARENT
 #endif
 
+#include "wx/defs.h"
+
 #include <sys/types.h>
 #include <sys/stat.h>
 #include <fstream.h>