more blum - bloody freetype - why does debian have to go move the headre to a

different location to where it always was?


SVN revision: 1580
This commit is contained in:
Carsten Haitzler 1999-12-10 14:27:54 +00:00
parent fd73e583b5
commit 8227fc64be
2 changed files with 9 additions and 0 deletions

View File

@ -1,3 +1,4 @@
#include "config.h"
#include <X11/Xlib.h>
#include <X11/Xutil.h>
#include <X11/extensions/shape.h>
@ -18,7 +19,11 @@
#include "ximage.h"
#include "rgbadraw.h"
#include "Imlib2.h"
#ifdef HAVE_FREETYPE_H
#include <freetype.h>
#elif defined(HAVE_FREETYPE_FREETYPE_H)
#include <freetype/freetype.h>
#endif
#include "font.h"
#include "grad.h"

View File

@ -3,7 +3,11 @@
#include "colormod.h"
#include "image.h"
#include "blend.h"
#ifdef HAVE_FREETYPE_H
#include <freetype.h>
#elif defined(HAVE_FREETYPE_FREETYPE_H)
#include <freetype/freetype.h>
#endif
#include "font.h"
#include <sys/types.h>
#include <string.h>