]> git.lyx.org Git - features.git/blobdiff - src/frontends/xforms/xformsGImage.h
fix flimage.h handling; xpm format patch from herbert; math delim drawing patch from...
[features.git] / src / frontends / xforms / xformsGImage.h
index 0fbcce873846dc41079a9c0e3734400181b632fe..13f6a0a43f33d1f709722e95a49e25ea4a9929b4 100644 (file)
 
 #include "graphics/GraphicsImage.h"
 #include FORMS_H_LOCATION
+
 #ifdef HAVE_FLIMAGE_H
-#include FLIMAGE_H_LOCATION
+# include <flimage.h>
+#else
+# ifdef HAVE_X11_FLIMAGE_H
+# include <X11/flimage.h>
+# endif
 #endif
 
 namespace grfx {