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

Alexandre Julliard julliard at winehq.org
Mon Feb 13 15:24:39 CST 2017


Module: wine
Branch: master
Commit: f353e42561ad8dc984cf6d636aee6b0f3b17729b
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=f353e42561ad8dc984cf6d636aee6b0f3b17729b

Author: Gerald Pfeifer <gerald at pfeifer.com>
Date:   Fri Feb 10 21:57:18 2017 +0100

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

Signed-off-by: Gerald Pfeifer <gerald at pfeifer.com>
Signed-off-by: Alexandre Julliard <julliard at winehq.org>

---

 programs/services/tests/service.c | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/programs/services/tests/service.c b/programs/services/tests/service.c
index 0e9bcd7..9841949 100644
--- a/programs/services/tests/service.c
+++ b/programs/services/tests/service.c
@@ -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>




More information about the wine-cvs mailing list