forked from Lainports/freebsd-ports
10 lines
192 B
C
10 lines
192 B
C
--- parse.c.orig 1992-01-17 19:14:43 UTC
|
|
+++ parse.c
|
|
@@ -3,6 +3,7 @@
|
|
tree for that regular expression. */
|
|
|
|
#include <stdio.h>
|
|
+#include <stdlib.h>
|
|
#include "re.h"
|
|
|
|
#define FALSE 0
|