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:
parent
69bb5208a7
commit
7098ad6e2f
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=22172
@ -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 */
|
||||
|
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user