mirror of
https://git.freebsd.org/ports.git
synced 2025-06-07 13:50:38 -04:00
10 lines
272 B
C
10 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"
|
|
|
|
/************************************************************************/
|