diff options
author | Egbert Eich <eich@suse.de> | 2004-04-23 18:43:42 +0000 |
---|---|---|
committer | Egbert Eich <eich@suse.de> | 2004-04-23 18:43:42 +0000 |
commit | 591dcad65f73450a07ac7477a3a827d95eb6f726 (patch) | |
tree | d39091468270df7225717439077c308485c23026 /src/xftint.h | |
parent | c7e70c7e31897e00caaeb177176a8c24b834bc78 (diff) |
Merging XORG-CURRENT into trunkXORG-6_7_99_1XACE-SELINUX-MERGE
Diffstat (limited to 'src/xftint.h')
-rw-r--r-- | src/xftint.h | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/src/xftint.h b/src/xftint.h index f867cec..bf5e07c 100644 --- a/src/xftint.h +++ b/src/xftint.h @@ -1,7 +1,6 @@ /* - * $XFree86: xc/lib/Xft/xftint.h,v 1.37 2002/10/11 17:53:02 keithp Exp $ * - * Copyright © 2000 Keith Packard, member of The XFree86 Project, Inc. + * Copyright © 2000 Keith Packard, member of The XFree86 Project, Inc. * * Permission to use, copy, modify, distribute, and sell this software and its * documentation for any purpose is hereby granted without fee, provided that @@ -33,6 +32,10 @@ #ifndef _XFTINT_H_ #define _XFTINT_H_ +#ifdef HAVE_CONFIG_H +#include "config.h" +#endif + #include <X11/Xlib.h> #include <X11/Xmd.h> #define _XFT_NO_COMPAT_ |