diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/xfns.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/xfns.c b/src/xfns.c index 023a9bbfdf4..a5ac1094aec 100644 --- a/src/xfns.c +++ b/src/xfns.c | |||
| @@ -72,8 +72,13 @@ Boston, MA 02110-1301, USA. */ | |||
| 72 | #include <X11/Shell.h> | 72 | #include <X11/Shell.h> |
| 73 | 73 | ||
| 74 | #ifndef USE_MOTIF | 74 | #ifndef USE_MOTIF |
| 75 | #ifdef HAVE_XAW3D | ||
| 76 | #include <X11/Xaw3d/Paned.h> | ||
| 77 | #include <X11/Xaw/Label.h> | ||
| 78 | #else /* !HAVE_XAW3D */ | ||
| 75 | #include <X11/Xaw/Paned.h> | 79 | #include <X11/Xaw/Paned.h> |
| 76 | #include <X11/Xaw/Label.h> | 80 | #include <X11/Xaw/Label.h> |
| 81 | #endif /* HAVE_XAW3D */ | ||
| 77 | #endif /* USE_MOTIF */ | 82 | #endif /* USE_MOTIF */ |
| 78 | 83 | ||
| 79 | #ifdef USG | 84 | #ifdef USG |