1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-14 10:09:48 +00:00

Include string.h for prototype of strdup().

This commit is contained in:
Masafumi Max NAKANE 1997-02-01 02:54:12 +00:00
parent 69bb5208a7
commit 7098ad6e2f
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=22172
2 changed files with 2 additions and 0 deletions

View File

@ -43,6 +43,7 @@ static char sccsid[] = "@(#)main.c 8.1 (Berkeley) 5/31/93";
#include <stdio.h>
#include <unistd.h>
#include <string.h>
#include "back.h"
#define MVPAUSE 5 /* time to sleep when stuck */

View File

@ -37,6 +37,7 @@ static char sccsid[] = "@(#)subs.c 8.1 (Berkeley) 5/31/93";
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include "back.h"
int buffnum;