Include missing header files which define functions for which gcc has
builtints (e.g., exit, strcmp).
This commit is contained in:
parent
cafefe8c1b
commit
9582ea7e62
@ -41,6 +41,7 @@ static const char rcsid[] =
|
||||
|
||||
#include <err.h>
|
||||
#include <pwd.h>
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
#include <sys/param.h>
|
||||
#include "talk.h"
|
||||
|
@ -46,6 +46,7 @@ static const char rcsid[] =
|
||||
|
||||
#include <err.h>
|
||||
#include <signal.h>
|
||||
#include <stdlib.h>
|
||||
#include <sys/stat.h>
|
||||
#include <unistd.h>
|
||||
#include <termios.h>
|
||||
|
Loading…
x
Reference in New Issue
Block a user