and only include render header if we have render....

SVN revision: 3656
This commit is contained in:
Carsten Haitzler 2000-10-19 23:13:26 +00:00
parent bbbea130ec
commit 75c2ebe3e8
1 changed files with 1 additions and 1 deletions

View File

@ -16,10 +16,10 @@
#include "Evas.h"
#include <X11/Xlib.h>
#include <X11/extensions/Xrender.h>
#include <Imlib2.h>
#ifdef HAVE_RENDER
#include <X11/extensions/Xrender.h>
#else
#endif