chiark
/
gitweb
/
~mdw
/
runlisp
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Include stdlib.
[runlisp]
/
getdate.y
diff --git
a/getdate.y
b/getdate.y
index c1818de25f9f179468a098e2c416fa17cc3d612c..a9de9915e9f0959d9679a31bbe1e96969e560de6 100644
(file)
--- a/
getdate.y
+++ b/
getdate.y
@@
-14,6
+14,7
@@
#include <stdio.h>
#include <ctype.h>
+#include <stdlib.h>
#define ISSPACE(c) (isspace ((unsigned char)c))
#define ISALPHA(c) (isalpha ((unsigned char)c))