Skip to content

Commit

Permalink
Include sys/types.h for off_t
Browse files Browse the repository at this point in the history
Fixes #112.
  • Loading branch information
khaledhosny committed Aug 20, 2016
1 parent a61e969 commit 5d82ccd
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions include/opentype-sanitiser.h
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@ typedef unsigned __int64 uint64_t;
#include <stdint.h>
#endif

#include <sys/types.h>

#include <algorithm>
#include <cassert>
#include <cstddef>
Expand Down

0 comments on commit 5d82ccd

Please sign in to comment.