commit | 650deb79804a49d2dff37c9313fe96b846ad8063 | [log] [tgz] |
---|---|---|
author | rsc <devnull@localhost> | Thu Apr 08 19:36:35 2004 +0000 |
committer | rsc <devnull@localhost> | Thu Apr 08 19:36:35 2004 +0000 |
tree | 5498b7fe35a540a2e0fa55806434a5d3055eda2b | |
parent | a67406e465169623421beba9072b213a8e75c423 [diff] [blame] |
Make libhtml, htmlfmt build. Thanks to wkj for doing all the hard work.
diff --git a/src/libhtml/utils.c b/src/libhtml/utils.c index db22bba..32fd70d 100644 --- a/src/libhtml/utils.c +++ b/src/libhtml/utils.c
@@ -1,4 +1,5 @@ #include <u.h> +#include <limits.h> #include <libc.h> #include <draw.h> #include <html.h>