From c12fa4ab192da0a1cd5c61b2f70e154205401e6b Mon Sep 17 00:00:00 2001
From: Dave Reisner <dreisner@archlinux.org>
Date: Sun, 18 Sep 2011 16:19:32 -0400
Subject: 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>
---
 src/util/pactree.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/util/pactree.c b/src/util/pactree.c
index b8832912..11ca4b9e 100644
--- a/src/util/pactree.c
+++ b/src/util/pactree.c
@@ -19,6 +19,7 @@
 
 #include "config.h"
 
+#include <ctype.h>
 #include <getopt.h>
 #include <stdio.h>
 #include <string.h>
-- 
cgit v1.2.3-70-g09d2