diff options
author | Søren Sandmann Pedersen <sandmann@daimi.au.dk> | 2005-07-12 18:45:46 +0000 |
---|---|---|
committer | Søren Sandmann Pedersen <sandmann@daimi.au.dk> | 2005-07-12 18:45:46 +0000 |
commit | c46761f286f8c9a41ee0e510211b5ed667a78479 (patch) | |
tree | 626d463549432e7a3deb39ee16635ba916111107 | |
parent | fc1f512d7cd7876f79190511315fe219667b2e81 (diff) |
- lib/lbxutil/lbxutil.pc.in: link to lbxutil, not XfixesXORG-6_8_99_901XORG-6_8_99_900XORG-6_8_99_16XORG-6_8_99_15
- symlink.sh: add xedit.h, add xedit/lis/mp directory, add xfs
- xc/programs/xedit: include "lisp/../xedit.h" instead of xedit/xedit.h
- Change include of "foo.h" to <X11/.../foo.h> in various places in
xc/programs/lbxproxy and xc/programs/xfs
- add build system for xfs
- add forgotten lbxproxytrans.c file
-rw-r--r-- | lisp/xedit.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/xedit.c b/lisp/xedit.c index f956543..7fa1748 100644 --- a/lisp/xedit.c +++ b/lisp/xedit.c @@ -29,7 +29,7 @@ /* $XFree86: xc/programs/xedit/lisp/xedit.c,v 1.25 2003/04/27 18:17:35 tsi Exp $ */ -#include "xedit/xedit.h" +#include "lisp/../xedit.h" #include <X11/Xaw/TextSrcP.h> /* Needs some private definitions */ #include <X11/Xaw/TextSinkP.h> /* Also needs private definitions... */ #include <X11/Xmu/Xmu.h> |