Add missing <stdlib.h> for exit()
This commit is contained in:
parent
fa3791e1a7
commit
531342a495
@ -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