include ctype.h for isspace/etc...

Signed-off-by: Mike Frysinger <vapier@gentoo.org>
feature/tap-sh
Mike Frysinger 2012-04-29 23:58:50 -04:00 committed by William Pitcock
parent 1e93bac383
commit 4b5d0eaaef
1 changed files with 1 additions and 0 deletions

1
pkg.h
View File

@ -27,6 +27,7 @@
#include "config.h"
#define _GNU_SOURCE
#include <ctype.h>
#include <stdio.h>
#include <stdlib.h>
#include <stdbool.h>