Author: cazfi
Date: Wed Jan 13 07:05:46 2016
New Revision: 31460

URL: http://svn.gna.org/viewcvs/freeciv?rev=31460&view=rev
Log:
Iclude <stdarg.h> to all files using va_list

See bug #23289

Modified:
    branches/S2_6/client/client_main.c
    branches/S2_6/client/options.c

Modified: branches/S2_6/client/client_main.c
URL: 
http://svn.gna.org/viewcvs/freeciv/branches/S2_6/client/client_main.c?rev=31460&r1=31459&r2=31460&view=diff
==============================================================================
--- branches/S2_6/client/client_main.c  (original)
+++ branches/S2_6/client/client_main.c  Wed Jan 13 07:05:46 2016
@@ -28,6 +28,7 @@
 
 #include <math.h>
 #include <signal.h>
+#include <stdarg.h>
 #include <stdio.h>
 #include <stdlib.h>
 #include <time.h>

Modified: branches/S2_6/client/options.c
URL: 
http://svn.gna.org/viewcvs/freeciv/branches/S2_6/client/options.c?rev=31460&r1=31459&r2=31460&view=diff
==============================================================================
--- branches/S2_6/client/options.c      (original)
+++ branches/S2_6/client/options.c      Wed Jan 13 07:05:46 2016
@@ -15,6 +15,7 @@
 #include <fc_config.h>
 #endif
 
+#include <stdarg.h>
 #include <string.h>
 #include <sys/stat.h>
 #include <sys/types.h>


_______________________________________________
Freeciv-commits mailing list
Freeciv-commits@gna.org
https://mail.gna.org/listinfo/freeciv-commits

Reply via email to