summaryrefslogtreecommitdiff
path: root/usr/src/ucbcmd/sed/sed0.c
diff options
context:
space:
mode:
Diffstat (limited to 'usr/src/ucbcmd/sed/sed0.c')
-rw-r--r--usr/src/ucbcmd/sed/sed0.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/usr/src/ucbcmd/sed/sed0.c b/usr/src/ucbcmd/sed/sed0.c
index 5be6112e36..1b5e3881bf 100644
--- a/usr/src/ucbcmd/sed/sed0.c
+++ b/usr/src/ucbcmd/sed/sed0.c
@@ -27,6 +27,7 @@
/* All Rights Reserved */
#include <stdio.h>
+#include <stdlib.h>
#include <sys/param.h>
#include "sed.h"
@@ -70,8 +71,6 @@ char TOOBIG[] = "Suffix too large - 512 max: %s";
extern int sed; /* IMPORTANT flag !!! */
extern char *comple();
-extern char *malloc();
-
static void dechain(void);
static void fcomp(void);