~tuxonice/tuxonice-userui/unpackaging

« back to all changes in this revision

Viewing changes to fbsplash/ttf.c

  • Committer: Nigel Cunningham
  • Date: 2015-08-17 21:13:54 UTC
  • Revision ID: git-v1:214f31c2650ce6b2a1d4aafe257ffce0bf12d052
Fix Freetype warning due to failure to include ftoutln.h

Signed-off-by: Nigel Cunningham <nigel@nigelcunningham.com.au>

Show diffs side-by-side

added added

removed removed

Lines of Context:
28
28
 
29
29
#include <ft2build.h>
30
30
#include FT_FREETYPE_H
 
31
#include <ftoutln.h>
31
32
 
32
33
#include "splash.h"
33
34