]> git.meshlink.io Git - catta/blobdiff - avahi-core/conformance-test.c
* allow caller to specifiy additional CFLAGS arguments to bootstrap.sh
[catta] / avahi-core / conformance-test.c
index f7eba12a06bd1b94097db5eb94f1fb6d16b81ae4..f8e0c937b4c50390f29b86ec0fa784101693f1ea 100644 (file)
@@ -28,6 +28,7 @@
 #include <arpa/inet.h>
 #include <stdlib.h>
 #include <unistd.h>
+#include <stdio.h>
 
 #include "core.h"
 #include "util.h"
@@ -50,7 +51,7 @@ static gboolean dump_timeout(gpointer data) {
 
 static void entry_group_callback(AvahiServer *s, AvahiEntryGroup *g, AvahiEntryGroupState state, gpointer userdata);
 
-static void create_service(gchar *t) {
+static void create_service(const gchar *t) {
     gchar *n;
 
     g_assert(t || name);