diff options
author | Panu Matilainen <pmatilai@redhat.com> | 2010-01-05 15:17:34 +0200 |
---|---|---|
committer | Panu Matilainen <pmatilai@redhat.com> | 2010-01-05 15:17:34 +0200 |
commit | e3638c2c86fd10831136419db2601cb4daf3d3bb (patch) | |
tree | abf04b5647d86cd4fc290af959297565219320ba /misc | |
parent | dab8a648dbc91b56c4b375cf2218a769856b8e34 (diff) | |
download | librpm-tizen-e3638c2c86fd10831136419db2601cb4daf3d3bb.tar.gz librpm-tizen-e3638c2c86fd10831136419db2601cb4daf3d3bb.tar.bz2 librpm-tizen-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 'misc')
-rw-r--r-- | misc/glob.c | 1 |
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> |