diff options
author | Søren Sandmann Pedersen <sandmann@daimi.au.dk> | 2005-05-19 19:26:35 +0000 |
---|---|---|
committer | Søren Sandmann Pedersen <sandmann@daimi.au.dk> | 2005-05-19 19:26:35 +0000 |
commit | 99a8286d49152c45ebead33df9f32bf6b7799bee (patch) | |
tree | bd8dd7074ed63980f4a428af43f6473c95290721 /src/Poly.c | |
parent | f11802cdcd65d4e50c7ed8eadf5c907af40b544c (diff) |
- Conditionally include config.h in xc/lib/Xrender/*.cXORG-6_8_99_9XORG-6_8_99_8XORG-6_8_99_13XORG-6_8_99_12XORG-6_8_99_11XORG-6_8_99_10
- Add Xrender to symlink.sh
Diffstat (limited to 'src/Poly.c')
-rw-r--r-- | src/Poly.c | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -21,6 +21,9 @@ * PERFORMANCE OF THIS SOFTWARE. */ +#ifdef HAVE_CONFIG_H +#include <config.h> +#endif #include "Xrenderint.h" typedef struct _Edge Edge; |