diff options
-rw-r--r-- | src/AddTrap.c | 3 | ||||
-rw-r--r-- | src/Color.c | 3 | ||||
-rw-r--r-- | src/Composite.c | 3 | ||||
-rw-r--r-- | src/Cursor.c | 3 | ||||
-rw-r--r-- | src/FillRect.c | 3 | ||||
-rw-r--r-- | src/FillRects.c | 3 | ||||
-rw-r--r-- | src/Filter.c | 3 | ||||
-rw-r--r-- | src/Glyph.c | 3 | ||||
-rw-r--r-- | src/Picture.c | 3 | ||||
-rw-r--r-- | src/Poly.c | 3 | ||||
-rw-r--r-- | src/Trap.c | 3 | ||||
-rw-r--r-- | src/Tri.c | 3 | ||||
-rw-r--r-- | src/Xrender.c | 3 |
13 files changed, 39 insertions, 0 deletions
diff --git a/src/AddTrap.c b/src/AddTrap.c index 405a449..f22b815 100644 --- a/src/AddTrap.c +++ b/src/AddTrap.c @@ -22,6 +22,9 @@ * PERFORMANCE OF THIS SOFTWARE. */ +#ifdef HAVE_CONFIG_H +#include <config.h> +#endif #include "Xrenderint.h" #define NLOCAL 256 diff --git a/src/Color.c b/src/Color.c index 7948c3c..4f934f0 100644 --- a/src/Color.c +++ b/src/Color.c @@ -21,6 +21,9 @@ * PERFORMANCE OF THIS SOFTWARE. */ +#ifdef HAVE_CONFIG_H +#include <config.h> +#endif #include "Xrenderint.h" Status diff --git a/src/Composite.c b/src/Composite.c index f19e087..07151de 100644 --- a/src/Composite.c +++ b/src/Composite.c @@ -22,6 +22,9 @@ * Author: Keith Packard, SuSE, Inc. */ +#ifdef HAVE_CONFIG_H +#include <config.h> +#endif #include "Xrenderint.h" void diff --git a/src/Cursor.c b/src/Cursor.c index fd71163..2679a9e 100644 --- a/src/Cursor.c +++ b/src/Cursor.c @@ -21,6 +21,9 @@ * PERFORMANCE OF THIS SOFTWARE. */ +#ifdef HAVE_CONFIG_H +#include <config.h> +#endif #include "Xrenderint.h" Cursor diff --git a/src/FillRect.c b/src/FillRect.c index 396cfe0..319c35d 100644 --- a/src/FillRect.c +++ b/src/FillRect.c @@ -22,6 +22,9 @@ * Author: Keith Packard, SuSE, Inc. */ +#ifdef HAVE_CONFIG_H +#include <config.h> +#endif #include "Xrenderint.h" /* precompute the maximum size of batching request allowed */ diff --git a/src/FillRects.c b/src/FillRects.c index 673d484..517eeb0 100644 --- a/src/FillRects.c +++ b/src/FillRects.c @@ -22,6 +22,9 @@ * Author: Keith Packard, SuSE, Inc. */ +#ifdef HAVE_CONFIG_H +#include <config.h> +#endif #include "Xrenderint.h" /* precompute the maximum size of batching request allowed */ diff --git a/src/Filter.c b/src/Filter.c index b986c50..335f6b2 100644 --- a/src/Filter.c +++ b/src/Filter.c @@ -21,6 +21,9 @@ * PERFORMANCE OF THIS SOFTWARE. */ +#ifdef HAVE_CONFIG_H +#include <config.h> +#endif #include "Xrenderint.h" XFilters * diff --git a/src/Glyph.c b/src/Glyph.c index dcc2231..894bb77 100644 --- a/src/Glyph.c +++ b/src/Glyph.c @@ -22,6 +22,9 @@ * Author: Keith Packard, SuSE, Inc. */ +#ifdef HAVE_CONFIG_H +#include <config.h> +#endif #include "Xrenderint.h" GlyphSet diff --git a/src/Picture.c b/src/Picture.c index 9829c17..f5c5a2a 100644 --- a/src/Picture.c +++ b/src/Picture.c @@ -22,6 +22,9 @@ * Author: Keith Packard, SuSE, Inc. */ +#ifdef HAVE_CONFIG_H +#include <config.h> +#endif #include "Xrenderint.h" #include "region.h" @@ -21,6 +21,9 @@ * PERFORMANCE OF THIS SOFTWARE. */ +#ifdef HAVE_CONFIG_H +#include <config.h> +#endif #include "Xrenderint.h" typedef struct _Edge Edge; @@ -21,6 +21,9 @@ * PERFORMANCE OF THIS SOFTWARE. */ +#ifdef HAVE_CONFIG_H +#include <config.h> +#endif #include "Xrenderint.h" void @@ -21,6 +21,9 @@ * PERFORMANCE OF THIS SOFTWARE. */ +#ifdef HAVE_CONFIG_H +#include <config.h> +#endif #include "Xrenderint.h" void diff --git a/src/Xrender.c b/src/Xrender.c index 7ad8291..8d8aeb9 100644 --- a/src/Xrender.c +++ b/src/Xrender.c @@ -22,6 +22,9 @@ * Author: Keith Packard, SuSE, Inc. */ +#ifdef HAVE_CONFIG_H +#include <config.h> +#endif #include "Xrenderint.h" XRenderExtInfo XRenderExtensionInfo; |