[at-spi2-core] Add missing standard headers
- From: Frédéric Crozat <fcrozat src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [at-spi2-core] Add missing standard headers
- Date: Tue, 1 Feb 2011 17:11:21 +0000 (UTC)
commit 3cd7ebff61cb66f8f545b3c338e8aa42aad48a53
Author: Frederic Crozat <fcrozat novell com>
Date: Tue Feb 1 17:05:56 2011 +0100
Add missing standard headers
https://bugzilla.gnome.org/show_bug.cgi?id=641164
dbind/dbind.c | 1 +
registryd/registry.c | 1 +
2 files changed, 2 insertions(+), 0 deletions(-)
---
diff --git a/dbind/dbind.c b/dbind/dbind.c
index c535b54..0d18c2f 100644
--- a/dbind/dbind.c
+++ b/dbind/dbind.c
@@ -20,6 +20,7 @@
#include <stdio.h>
#include <stdarg.h>
#include <sys/time.h>
+#include <string.h>
#include <glib.h>
#include "config.h"
diff --git a/registryd/registry.c b/registryd/registry.c
index 57f6f10..282031f 100644
--- a/registryd/registry.c
+++ b/registryd/registry.c
@@ -24,6 +24,7 @@
#include <config.h>
#include <string.h>
+#include <ctype.h>
#include <dbus/dbus-glib-lowlevel.h>
#include "paths.h"
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]