diff options
Diffstat (limited to 'lang/nbfc/files/patch-compiler.c')
-rw-r--r-- | lang/nbfc/files/patch-compiler.c | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/lang/nbfc/files/patch-compiler.c b/lang/nbfc/files/patch-compiler.c new file mode 100644 index 000000000000..0fca02b0c150 --- /dev/null +++ b/lang/nbfc/files/patch-compiler.c @@ -0,0 +1,8 @@ +--- compiler.c.orig 2008-05-29 20:46:19.000000000 +0200 ++++ compiler.c 2008-05-29 20:46:32.000000000 +0200 +@@ -1,4 +1,5 @@ + #include <stdio.h> ++#include <stdlib.h> + #include <unistd.h> + #include <string.h> + #include "bf.h" |