blob: 1f44b9c377b6a05f1a712e455debac7f6c9bdef4 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
|
--- 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
|