Wrap unistd.h include in ifdef.
This commit is contained in:
parent
5f6eb1256f
commit
e428f7b1c2
|
@ -25,7 +25,9 @@
|
|||
* Google Author(s): Garret Rieger, Rod Sheeter
|
||||
*/
|
||||
|
||||
#ifdef HAVE_UNISTD_H
|
||||
#include <unistd.h>
|
||||
#endif
|
||||
|
||||
#include "main-font-text.hh"
|
||||
#include "hb-subset.h"
|
||||
|
|
Loading…
Reference in New Issue