forked from pool/e2fsprogs
13 lines
222 B
Diff
13 lines
222 B
Diff
--- config/parse-types.sh
|
|
+++ config/parse-types.sh
|
|
@@ -22,6 +22,9 @@
|
|
cp asm_types.h asm_types.c
|
|
|
|
cat >> asm_types.c <<EOF
|
|
+#include <stdio.h>
|
|
+#include <stdlib.h>
|
|
+
|
|
main(int argc, char **argv)
|
|
{
|
|
#ifdef __U8_TYPEDEF
|