summaryrefslogtreecommitdiff
path: root/x11perf.h
diff options
context:
space:
mode:
authorEric Anholt <anholt@freebsd.org>2006-02-14 02:48:22 +0000
committerEric Anholt <anholt@freebsd.org>2006-02-14 02:48:22 +0000
commit32393ee83c8ad63dbb54aab709cdd4dc5802a74c (patch)
tree91324201bfe3dfbfd1d441384b82521133bd1c3a /x11perf.h
parentd121367a04832aafb27800283bac5ce35365d84e (diff)
Detect when Render is available and turn those tests on.
Diffstat (limited to 'x11perf.h')
-rw-r--r--x11perf.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/x11perf.h b/x11perf.h
index 394e5bd..a2fa075 100644
--- a/x11perf.h
+++ b/x11perf.h
@@ -23,6 +23,10 @@ SOFTWARE.
******************************************************************************/
/* $XFree86: xc/programs/x11perf/x11perf.h,v 3.4 2001/07/25 15:05:16 dawes Exp $ */
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif
+
#ifndef VMS
#include <X11/Xlib.h>
#include <stdlib.h>