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>
oldstable
Gerald Pfeifer 2017-02-10 21:57:18 +01:00 committed by Alexandre Julliard
parent eaa5450ccd
commit f353e42561
1 changed files with 2 additions and 0 deletions

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>