build: Fix -Wstrict-prototypes warning in glib-2.0.m4

Signed-off-by: Philip Withnall <withnall@endlessm.com>

https://bugzilla.gnome.org/show_bug.cgi?id=705331
This commit is contained in:
Philip Withnall 2017-10-24 11:29:11 +01:00
parent 7641aedd5b
commit 3a3af3d2d3

View File

@ -90,7 +90,7 @@ dnl
#include <stdlib.h> #include <stdlib.h>
int int
main () main (void)
{ {
unsigned int major, minor, micro; unsigned int major, minor, micro;