Fix build

This commit is contained in:
Behdad Esfahbod 2019-06-19 15:50:13 -07:00
parent 631da9d816
commit 2e3e929d2b
1 changed files with 3 additions and 3 deletions

View File

@ -28,9 +28,9 @@
* Facebook Author(s): Behdad Esfahbod
*/
#ifndef HB_FACE_TABLE_LIST_HH
#define HB_FACE_TABLE_LIST_HH
#endif /* HB_FACE_TABLE_LIST_HH */ /* Dummy header guards */
#ifndef HB_OT_FACE_TABLE_LIST_HH
#define HB_OT_FACE_TABLE_LIST_HH
#endif /* HB_OT_FACE_TABLE_LIST_HH */ /* Dummy header guards */
#ifndef HB_OT_ACCELERATOR
#define HB_OT_ACCELERATOR(Namespace, Type) HB_OT_TABLE (Namespace, Type)