patch-src_ttf_c 347 B

12345678910111213
  1. --- fbsplash-1.0.orig/src/ttf.c 2014-03-30 12:57:21.000000000 +0200
  2. +++ fbsplash-1.0/src/ttf.c 2016-09-23 15:22:50.905609518 +0200
  3. @@ -25,8 +25,8 @@
  4. #include <assert.h>
  5. #include <ft2build.h>
  6. -#include <ftoutln.h>
  7. -#include <ttnameid.h>
  8. +#include <freetype/ftoutln.h>
  9. +#include <freetype/ttnameid.h>
  10. #include "common.h"
  11. #include "render.h"