summaryrefslogtreecommitdiff
path: root/rpmio
diff options
context:
space:
mode:
authorPanu Matilainen <pmatilai@redhat.com>2010-01-05 15:17:34 +0200
committerPanu Matilainen <pmatilai@redhat.com>2010-01-05 15:17:34 +0200
commite3638c2c86fd10831136419db2601cb4daf3d3bb (patch)
treeabf04b5647d86cd4fc290af959297565219320ba /rpmio
parentdab8a648dbc91b56c4b375cf2218a769856b8e34 (diff)
downloadrpm-e3638c2c86fd10831136419db2601cb4daf3d3bb.tar.gz
rpm-e3638c2c86fd10831136419db2601cb4daf3d3bb.tar.bz2
rpm-e3638c2c86fd10831136419db2601cb4daf3d3bb.zip
Remove <string.h> include from system.h into the few places that still need
- most of the places get it through <rpm/rpmstring.h> already
Diffstat (limited to 'rpmio')
-rw-r--r--rpmio/fts.c1
-rw-r--r--rpmio/rpmmalloc.c1
2 files changed, 2 insertions, 0 deletions
diff --git a/rpmio/fts.c b/rpmio/fts.c
index 325e1a91f..ec9636b7c 100644
--- a/rpmio/fts.c
+++ b/rpmio/fts.c
@@ -61,6 +61,7 @@ static char sccsid[] = "@(#)fts.c 8.6 (Berkeley) 8/14/94";
# define _STAT_VER 0
#endif
#include "system.h"
+#include <string.h>
#include "rpmio/fts.h"
#include <rpm/rpmio.h>
#include <rpm/rpmurl.h>
diff --git a/rpmio/rpmmalloc.c b/rpmio/rpmmalloc.c
index eec73ed8a..6c640c858 100644
--- a/rpmio/rpmmalloc.c
+++ b/rpmio/rpmmalloc.c
@@ -5,6 +5,7 @@
#include "system.h"
#include <stdlib.h>
+#include <string.h>
#include "debug.h"