freebsd-ports/lang/nbfc/files/patch-compiler.c
Pietro Cerutti 3ff1fbb343 New port: The New Brainfuck Compiler
The New Brainfuck Compiler is an optimizing Brainfuck-to-C
and Bainfuck-to-Java compiler.

Approved by:	miwi (mentor)
2008-05-29 19:14:47 +00:00

8 lines
223 B
C

--- 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"