diff options
author | Søren Sandmann Pedersen <sandmann@daimi.au.dk> | 2005-06-16 20:50:12 +0000 |
---|---|---|
committer | Søren Sandmann Pedersen <sandmann@daimi.au.dk> | 2005-06-16 20:50:12 +0000 |
commit | b96f539005da57273dc7e2bee13651de4eedf087 (patch) | |
tree | d56d61c92d58ede161b79f0de9fa51ad679bba81 /src/Type1/t1io.c | |
parent | 01c8cee1736be252348306412ab56b2e03bf2678 (diff) |
Add Type1 subdirectory to lib/Xfonts, update build system accordingly.
Diffstat (limited to 'src/Type1/t1io.c')
-rw-r--r-- | src/Type1/t1io.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/Type1/t1io.c b/src/Type1/t1io.c index 0843ae1..ac09b54 100644 --- a/src/Type1/t1io.c +++ b/src/Type1/t1io.c @@ -58,7 +58,6 @@ #include <fcntl.h> #include <unistd.h> #else -#include "Xdefs.h" /* Bool declaration */ #include "Xmd.h" /* INT32 declaration */ #include "xf86_ansic.h" #endif @@ -67,7 +66,7 @@ #ifdef WIN32 #include <X11/Xw32defs.h> #endif -#include "Xdefs.h" +#include <X11/Xdefs.h> /* Constants and variables used in the decryption */ #define c1 ((unsigned short)52845) |