Add missing standard headers
authorFrederic Crozat <fcrozat@novell.com>
Tue, 1 Feb 2011 16:05:56 +0000 (17:05 +0100)
committerFrederic Crozat <fcrozat@novell.com>
Tue, 1 Feb 2011 17:08:07 +0000 (18:08 +0100)
https://bugzilla.gnome.org/show_bug.cgi?id=641164

dbind/dbind.c
registryd/registry.c

index c535b54..0d18c2f 100644 (file)
@@ -20,6 +20,7 @@
 #include <stdio.h>
 #include <stdarg.h>
 #include <sys/time.h>
+#include <string.h>
 #include <glib.h>
 
 #include "config.h"
index 57f6f10..282031f 100644 (file)
@@ -24,6 +24,7 @@
 
 #include <config.h>
 #include <string.h>
+#include <ctype.h>
 #include <dbus/dbus-glib-lowlevel.h>
 
 #include "paths.h"