mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-26 05:02:18 +00:00
11 lines
192 B
C
11 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
|