| commit | bcc0406a525ca3fe597aec5f2a97e5c50965d49c | [log] [tgz] |
|---|---|---|
| author | Behdad Esfahbod <behdad@behdad.org> | Thu Nov 05 19:54:23 2009 -0500 |
| committer | Behdad Esfahbod <behdad@behdad.org> | Thu Nov 05 19:54:23 2009 -0500 |
| tree | 6629a3247346afb8751f1ca8b6c3308a79cc2b1f | |
| parent | 799b3c375ad0e1293fd37a0e3a0d422a3166dcd8 [diff] [blame] |
include errno.h
diff --git a/src/hb-blob.c b/src/hb-blob.c index 377310e..60982f8 100644 --- a/src/hb-blob.c +++ b/src/hb-blob.c
@@ -41,6 +41,7 @@ #if HB_DEBUG_BLOB #include <stdio.h> +#include <errno.h> #endif struct _hb_blob_t {