diff options
author | Adam Jackson <ajax@nwnk.net> | 2006-06-01 21:49:51 +0000 |
---|---|---|
committer | Adam Jackson <ajax@nwnk.net> | 2006-06-01 21:49:51 +0000 |
commit | ddd281e6b9408c786cdc759cf7d1ec8972048658 (patch) | |
tree | 1a89d9415450d874dfdbae0235391a0d67690e87 /include | |
parent | e9357d6670fc2e8ccf8d8770bac4c31994d6cc2f (diff) |
For the 20-odd symbols defined both in libXfont and the X server, emit them
as weak symbols so that the linker will prefer the server's definition
when present.
Diffstat (limited to 'include')
-rw-r--r-- | include/X11/fonts/fontmisc.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/X11/fonts/fontmisc.h b/include/X11/fonts/fontmisc.h index b7e3590..7b86517 100644 --- a/include/X11/fonts/fontmisc.h +++ b/include/X11/fonts/fontmisc.h @@ -47,7 +47,7 @@ extern int close(); #endif /* FONTMODULE */ -#include "X11/Xdefs.h" +#include <X11/Xdefs.h> #ifndef LSBFirst |