summaryrefslogtreecommitdiffstats
path: root/collection/collection_tools.c
diff options
context:
space:
mode:
authorStephen Gallagher <sgallagh@redhat.com>2009-04-06 15:31:41 -0400
committerStephen Gallagher <sgallagh@redhat.com>2009-04-06 15:59:21 -0400
commit8fc0b32ffa899a5cf33bee498388ed452042ccd2 (patch)
tree99de838b63ea8a2d08d7223cf6be935fa36f2c2a /collection/collection_tools.c
parente54786d970c3a4643644b99f7b5f0d4332d7db5d (diff)
downloadding-libs-8fc0b32ffa899a5cf33bee498388ed452042ccd2.tar.gz
ding-libs-8fc0b32ffa899a5cf33bee498388ed452042ccd2.tar.xz
ding-libs-8fc0b32ffa899a5cf33bee498388ed452042ccd2.zip
Clean up a lot of warnings in Collection and INI parser
Diffstat (limited to 'collection/collection_tools.c')
-rw-r--r--collection/collection_tools.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/collection/collection_tools.c b/collection/collection_tools.c
index 1c96f6f..ed44707 100644
--- a/collection/collection_tools.c
+++ b/collection/collection_tools.c
@@ -23,6 +23,7 @@
#include <stdio.h>
#include <malloc.h>
#include <errno.h>
+#include <string.h>
#include "trace.h"
#include "collection_priv.h"
#include "collection.h"