commit | 5b3f7702a64fe0513d08a67bdb72704e46fd7cd4 | [log] [tgz] |
---|---|---|
author | Behdad Esfahbod <[email protected]> | Thu Dec 28 06:42:37 2006 -0500 |
committer | Behdad Esfahbod <[email protected]> | Thu Dec 28 06:42:37 2006 -0500 |
tree | 4a07e1d432a26bceeeea3f1eaacca022903ccf5c | |
parent | b3395a7aa36ff1ba5a17f494fbf359ec317a7e69 [diff] [blame] |
Add stub GDEF files
diff --git a/src/harfbuzz-private.h b/src/harfbuzz-private.h new file mode 100644 index 0000000..4d3eb69 --- /dev/null +++ b/src/harfbuzz-private.h
@@ -0,0 +1,6 @@ +#ifndef HARFBUZZ_PRIVATE_H +#define HARFBUZZ_PRIVATE_H + +#include <assert.h> + +#endif /* HARFBUZZ_PRIVATE_H */