diff options
author | Eric Anholt <anholt@freebsd.org> | 2006-02-14 02:48:22 +0000 |
---|---|---|
committer | Eric Anholt <anholt@freebsd.org> | 2006-02-14 02:48:22 +0000 |
commit | 32393ee83c8ad63dbb54aab709cdd4dc5802a74c (patch) | |
tree | 91324201bfe3dfbfd1d441384b82521133bd1c3a /x11perf.h | |
parent | d121367a04832aafb27800283bac5ce35365d84e (diff) |
Detect when Render is available and turn those tests on.
Diffstat (limited to 'x11perf.h')
-rw-r--r-- | x11perf.h | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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> |