1
0
mirror of https://github.com/moparisthebest/pacman synced 2024-08-13 17:03:46 -04:00

pactree: include missing ctype.h header

needed for isspace() -- avoids warnings on OSX.

Signed-off-by: Dave Reisner <dreisner@archlinux.org>
Signed-off-by: Dan McGee <dan@archlinux.org>
This commit is contained in:
Dave Reisner 2011-09-18 16:19:32 -04:00 committed by Dan McGee
parent b1a09b93ef
commit c12fa4ab19

View File

@ -19,6 +19,7 @@
#include "config.h"
#include <ctype.h>
#include <getopt.h>
#include <stdio.h>
#include <string.h>