comparison src/xfns.c @ 81375:7d290e488d73

Fix last fix.
author Chong Yidong <cyd@stupidchicken.com>
date Wed, 13 Jun 2007 17:35:27 +0000
parents c567f60cd935
children f0ff13637b00 9c01792a3ce8 3619e7770f2e
comparison
equal deleted inserted replaced
81374:c567f60cd935 81375:7d290e488d73
72 #include <X11/Shell.h> 72 #include <X11/Shell.h>
73 73
74 #ifndef USE_MOTIF 74 #ifndef USE_MOTIF
75 #ifdef HAVE_XAW3D 75 #ifdef HAVE_XAW3D
76 #include <X11/Xaw3d/Paned.h> 76 #include <X11/Xaw3d/Paned.h>
77 #include <X11/Xaw/Label.h> 77 #include <X11/Xaw3d/Label.h>
78 #else /* !HAVE_XAW3D */ 78 #else /* !HAVE_XAW3D */
79 #include <X11/Xaw/Paned.h> 79 #include <X11/Xaw/Paned.h>
80 #include <X11/Xaw/Label.h> 80 #include <X11/Xaw/Label.h>
81 #endif /* HAVE_XAW3D */ 81 #endif /* HAVE_XAW3D */
82 #endif /* USE_MOTIF */ 82 #endif /* USE_MOTIF */