mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-13 07:34:50 +00:00
11 lines
272 B
C
11 lines
272 B
C
--- utilities.c.orig 1992-01-17 19:14:43 UTC
|
|
+++ utilities.c
|
|
@@ -2,6 +2,7 @@
|
|
and manipulating regular expression syntax trees. */
|
|
|
|
#include <stdio.h>
|
|
+#include <stdlib.h>
|
|
#include "re.h"
|
|
|
|
/************************************************************************/
|