isspace() needs <ac/ctype.h>

This commit is contained in:
Hallvard Furuseth 2005-07-04 05:56:45 +00:00
parent 8a696d21b2
commit 430fdb7a1c

View File

@ -17,6 +17,7 @@
#include "portable.h"
#include <stdio.h>
#include <ac/ctype.h>
#include <ac/string.h>
#include "back-bdb.h"