From: mdw Date: Sat, 14 Oct 2000 17:12:14 +0000 (+0000) Subject: Include stdlib. X-Git-Tag: 1.2.8~8 X-Git-Url: https://git.distorted.org.uk/~mdw/cfd/commitdiff_plain/c7c126d4579f3aea02a0800922a0d0994420f7ba Include stdlib. --- diff --git a/getdate.y b/getdate.y index c1818de..a9de991 100644 --- a/getdate.y +++ b/getdate.y @@ -14,6 +14,7 @@ #include #include +#include #define ISSPACE(c) (isspace ((unsigned char)c)) #define ISALPHA(c) (isalpha ((unsigned char)c))