Add missing <stdlib.h> for exit()
This commit is contained in:
parent
784bddbc5b
commit
d313ac6b41
@ -26,6 +26,7 @@ static char rcsid[] = "$FreeBSD$";
|
||||
*/
|
||||
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
#include <syslog.h>
|
||||
#include <netdb.h>
|
||||
|
@ -110,6 +110,7 @@ __FBSDID("$FreeBSD$");
|
||||
*/
|
||||
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
#include <syslog.h>
|
||||
#include <unistd.h>
|
||||
|
Loading…
Reference in New Issue
Block a user