diff options
author | Matthias Clasen <mclasen@redhat.com> | 2019-07-16 16:20:49 -0400 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2019-07-16 16:20:49 -0400 |
commit | 10ebba830122cdf6435de330186dceb0e0c8830b (patch) | |
tree | ef4092f23dd7391af57baaf91e152e21b4d90c8d /utils/pango-list.c | |
parent | f822fd6db3875f1f46bda00372d585e0bb900b9f (diff) | |
download | pango-10ebba830122cdf6435de330186dceb0e0c8830b.tar.gz |
pango-list: Fix a compiler warning
Diffstat (limited to 'utils/pango-list.c')
-rw-r--r-- | utils/pango-list.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/utils/pango-list.c b/utils/pango-list.c index 6c6274fe..5e1cf5ef 100644 --- a/utils/pango-list.c +++ b/utils/pango-list.c @@ -23,6 +23,7 @@ #include "config.h" #include <pango/pangocairo.h> #include <glib/gstdio.h> +#include <stdlib.h> int main (int argc, |