summaryrefslogtreecommitdiff
path: root/dbind
diff options
context:
space:
mode:
authorFrederic Crozat <fcrozat@novell.com>2011-02-01 17:05:56 +0100
committerFrederic Crozat <fcrozat@novell.com>2011-02-01 18:08:07 +0100
commit3cd7ebff61cb66f8f545b3c338e8aa42aad48a53 (patch)
tree48364c23744051b77c19ca29fcd308af8836d37d /dbind
parentb8e214a93101f848fa1c72f31f5329a61083d8b1 (diff)
downloadat-spi2-core-3cd7ebff61cb66f8f545b3c338e8aa42aad48a53.tar.gz
Add missing standard headers
https://bugzilla.gnome.org/show_bug.cgi?id=641164
Diffstat (limited to 'dbind')
-rw-r--r--dbind/dbind.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/dbind/dbind.c b/dbind/dbind.c
index c535b54c..0d18c2f3 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"