summaryrefslogtreecommitdiff
path: root/misc/glob.c
diff options
context:
space:
mode:
authorPanu Matilainen <pmatilai@redhat.com>2010-01-05 15:04:20 +0200
committerPanu Matilainen <pmatilai@redhat.com>2010-01-05 15:04:20 +0200
commit0c15e5feb333b88b5a5a525d588601d381df654c (patch)
tree9f0698d3c7632b32af8d87cb4d2bb45ca94e6504 /misc/glob.c
parent729aac4d7afb44c7c058c32d0fbc4956e029beab (diff)
downloadlibrpm-tizen-0c15e5feb333b88b5a5a525d588601d381df654c.tar.gz
librpm-tizen-0c15e5feb333b88b5a5a525d588601d381df654c.tar.bz2
librpm-tizen-0c15e5feb333b88b5a5a525d588601d381df654c.zip
Include <stdlib.h> as necessary instead of system.h
- also loose the related ancient compatibility goo
Diffstat (limited to 'misc/glob.c')
-rw-r--r--misc/glob.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/misc/glob.c b/misc/glob.c
index 8ba181e4f..be393f8b5 100644
--- a/misc/glob.c
+++ b/misc/glob.c
@@ -24,6 +24,7 @@
# include "system.h"
+# include <stdlib.h>
# include <pwd.h>
# include <assert.h>