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 c535b54ccb028fa4809590873ac9aa002416a8be..0d18c2f3004eb8ec09b3f1cf6e1e9b3c8aa9a036 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 57f6f10c98a56836ec86cee3673f7146d53eac9e..282031f29deb3e55779ae5ee62497e04b287f25f 100644 (file)
@@ -24,6 +24,7 @@
 
 #include <config.h>
 #include <string.h>
+#include <ctype.h>
 #include <dbus/dbus-glib-lowlevel.h>
 
 #include "paths.h"