Add used includes of <stdlib.h>.
This commit is contained in:
parent
d3eda74018
commit
9d6080ed99
@ -20,6 +20,8 @@
|
||||
#include <sys/cdefs.h>
|
||||
__FBSDID("$FreeBSD$");
|
||||
|
||||
#include <stdlib.h>
|
||||
|
||||
#include "dialog.h"
|
||||
|
||||
void
|
||||
|
@ -24,6 +24,7 @@ static const char rcsid[] =
|
||||
|
||||
#include <dialog.h>
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
|
||||
void
|
||||
dialog_notify(char *msg)
|
||||
|
Loading…
Reference in New Issue
Block a user