[SERVICES]

Add missing stdlib.h include.

svn path=/trunk/; revision=64466
This commit is contained in:
Eric Kohl 2014-10-02 16:28:18 +00:00
parent d523524675
commit 7ea44b6456

View file

@ -6,6 +6,7 @@
#define _SERVICES_H
#include <stdio.h>
#include <stdlib.h>
#define WIN32_NO_STATUS
#define _INC_WINDOWS