Include <stdlib.h> needed by exit().
This commit is contained in:
parent
5c55df649b
commit
d97432ac94
|
@ -20,6 +20,7 @@
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <time.h>
|
#include <time.h>
|
||||||
|
#include <stdlib.h>
|
||||||
|
|
||||||
#include "wpp_private.h"
|
#include "wpp_private.h"
|
||||||
#include "wpp.h"
|
#include "wpp.h"
|
||||||
|
|
Loading…
Reference in New Issue