summaryrefslogtreecommitdiff
path: root/misc
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 /misc
parentdab8a648dbc91b56c4b375cf2218a769856b8e34 (diff)
downloadrpm-e3638c2c86fd10831136419db2601cb4daf3d3bb.tar.gz
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 'misc')
-rw-r--r--misc/glob.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/misc/glob.c b/misc/glob.c
index be393f8b5..28e6edda5 100644
--- a/misc/glob.c
+++ b/misc/glob.c
@@ -25,6 +25,7 @@
# include "system.h"
# include <stdlib.h>
+# include <string.h>
# include <pwd.h>
# include <assert.h>