Fix file inclusion.

VER-2-0-4-PATCH
Werner Lemberg 25 years ago
parent e616d22529
commit 81991cd203
  1. 4
      src/type1/t1gload.c

@ -18,10 +18,10 @@
#ifdef FT_FLAT_COMPILE
#include <type1/t1gload.h>
#include "t1gload.h"
#ifndef T1_CONFIG_OPTION_DISABLE_HINTER
#include <type1/t1hinter.h>
#include "t1hinter.h"
#endif
#else /* FT_FLAT_COMPILE */

Loading…
Cancel
Save