commit | b65c06025d2b54a44f716e030d4b10072c65bea8 | [log] [tgz] |
---|---|---|
author | Behdad Esfahbod <behdad@behdad.org> | Thu Jul 28 16:48:43 2011 -0400 |
committer | Behdad Esfahbod <behdad@behdad.org> | Thu Jul 28 16:49:29 2011 -0400 |
tree | d93a81e16c7e2f6c959de06c725eec827168ecce | |
parent | a9ad3d3460ba863a8d8f3766ccbeab288c3c6822 [diff] [blame] |
Formalize buffer var allocations
diff --git a/src/hb-private.hh b/src/hb-private.hh index 9482795..6c19d37 100644 --- a/src/hb-private.hh +++ b/src/hb-private.hh
@@ -36,6 +36,7 @@ #include "hb-common.h" #include <stdlib.h> +#include <stddef.h> #include <string.h> #include <assert.h>