diff options
author | Richard Hughes <richard@hughsie.com> | 2010-02-04 10:25:28 +0000 |
---|---|---|
committer | Panu Matilainen <pmatilai@redhat.com> | 2010-02-04 17:59:19 +0200 |
commit | 16b94706e0a2ebed728389d0166a910eea5a2b7c (patch) | |
tree | 14bf97b4df59cbaa3763831ae9182f160fc927ad /misc | |
parent | 21962ab6142cd1e54f1087a545244de506d9abf1 (diff) | |
download | librpm-tizen-16b94706e0a2ebed728389d0166a910eea5a2b7c.tar.gz librpm-tizen-16b94706e0a2ebed728389d0166a910eea5a2b7c.tar.bz2 librpm-tizen-16b94706e0a2ebed728389d0166a910eea5a2b7c.zip |
Fix compile when using a linker that defaults to --no-as-needed
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 28e6edda5..bf2dcb62a 100644 --- a/misc/glob.c +++ b/misc/glob.c @@ -28,6 +28,7 @@ # include <string.h> # include <pwd.h> # include <assert.h> +# include <sys/stat.h> /* S_ISDIR */ #define __alloca alloca #define __stat stat |