summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/Xrenderint.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/Xrenderint.h b/src/Xrenderint.h
index 57b13da..a17acc7 100644
--- a/src/Xrenderint.h
+++ b/src/Xrenderint.h
@@ -25,7 +25,9 @@
#ifndef _XRENDERINT_H_
#define _XRENDERINT_H_
-#include "config.h"
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
#include <X11/Xlibint.h>
#include <X11/Xutil.h>
#include <X11/extensions/renderproto.h>