Wrap unistd.h include in ifdef.

pull/754/head
Garret Rieger 7 years ago
parent 5f6eb1256f
commit e428f7b1c2
  1. 2
      util/hb-subset.cc

@ -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…
Cancel
Save