diff options
author | Panu Matilainen <pmatilai@redhat.com> | 2010-01-05 15:33:47 +0200 |
---|---|---|
committer | Panu Matilainen <pmatilai@redhat.com> | 2010-01-05 15:33:47 +0200 |
commit | 8fe27d49e175412623045bea8d629690be187d6f (patch) | |
tree | a9c3c5cee4b33be6df189a0318d02d6e0f3a073c /build.c | |
parent | dd58384ede23bcf9b4c13c5031fa93937093b994 (diff) | |
download | librpm-tizen-8fe27d49e175412623045bea8d629690be187d6f.tar.gz librpm-tizen-8fe27d49e175412623045bea8d629690be187d6f.tar.bz2 librpm-tizen-8fe27d49e175412623045bea8d629690be187d6f.zip |
Move <ctype.h> include out of system.h to the places that need it
Diffstat (limited to 'build.c')
-rw-r--r-- | build.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -6,6 +6,7 @@ #include <libgen.h> #include <errno.h> +#include <ctype.h> #include <rpm/rpmcli.h> #include <rpm/rpmtag.h> |