services/tests: Add #include <stdarg.h> to service.c.

Signed-off-by: Gerald Pfeifer <gerald@pfeifer.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
Gerald Pfeifer 2017-02-10 21:57:18 +01:00 committed by Alexandre Julliard
parent eaa5450ccd
commit f353e42561

View file

@ -16,6 +16,8 @@
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
*/
#include <stdarg.h>
#include <windef.h>
#include <winsvc.h>
#include <stdio.h>