diff options
| author | Chong Yidong | 2007-06-13 17:35:27 +0000 |
|---|---|---|
| committer | Chong Yidong | 2007-06-13 17:35:27 +0000 |
| commit | a6ec6cfb60d421b1b762a02e0843abcb6b5aa7c5 (patch) | |
| tree | d96b5ceb27936fa494aa696ef8619d62ca482a9c /src | |
| parent | 8ab9202e27387b8495e62d6bd1c075d6032065c5 (diff) | |
| download | emacs-a6ec6cfb60d421b1b762a02e0843abcb6b5aa7c5.tar.gz emacs-a6ec6cfb60d421b1b762a02e0843abcb6b5aa7c5.zip | |
Fix last fix.
Diffstat (limited to 'src')
| -rw-r--r-- | src/xfns.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/xfns.c b/src/xfns.c index a5ac1094aec..a73e05b81c3 100644 --- a/src/xfns.c +++ b/src/xfns.c | |||
| @@ -74,7 +74,7 @@ Boston, MA 02110-1301, USA. */ | |||
| 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> |