Mercurial > emacs
diff 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 |
line wrap: on
line diff
--- a/src/xfns.c Wed Jun 13 17:35:14 2007 +0000 +++ b/src/xfns.c Wed Jun 13 17:35:27 2007 +0000 @@ -74,7 +74,7 @@ #ifndef USE_MOTIF #ifdef HAVE_XAW3D #include <X11/Xaw3d/Paned.h> -#include <X11/Xaw/Label.h> +#include <X11/Xaw3d/Label.h> #else /* !HAVE_XAW3D */ #include <X11/Xaw/Paned.h> #include <X11/Xaw/Label.h>
