Include <stdlib.h> needed by exit().

This commit is contained in:
Michael Stefaniuc 2002-07-29 00:15:31 +00:00 committed by Alexandre Julliard
parent 5c55df649b
commit d97432ac94

View file

@ -20,6 +20,7 @@
*/
#include <time.h>
#include <stdlib.h>
#include "wpp_private.h"
#include "wpp.h"