diff options
author | marha <marha@users.sourceforge.net> | 2011-10-06 10:46:33 +0200 |
---|---|---|
committer | marha <marha@users.sourceforge.net> | 2011-10-06 10:46:33 +0200 |
commit | 471b2db241070bf447bef9e897d6650b39a59b8f (patch) | |
tree | 316ab83bc355e9243845f0efecb3a2502e9aece1 /libXfont | |
parent | 0f9153ab904f7e0f6bdfdaccba3f5cb6c60deb7c (diff) | |
download | vcxsrv-471b2db241070bf447bef9e897d6650b39a59b8f.tar.gz vcxsrv-471b2db241070bf447bef9e897d6650b39a59b8f.tar.bz2 vcxsrv-471b2db241070bf447bef9e897d6650b39a59b8f.zip |
Also include dix-config.h
Diffstat (limited to 'libXfont')
-rw-r--r-- | libXfont/config.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libXfont/config.h b/libXfont/config.h index 5f85c98d4..2f66903bc 100644 --- a/libXfont/config.h +++ b/libXfont/config.h @@ -27,3 +27,5 @@ /* Support gzip for bitmap fonts */ #define X_GZIP_FONT_COMPRESSION 1 + +#include <dix-config.h> |