blob: 9ae8c466ea16a6aa3c69288fd6766f51cc64894e (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
--- src-cht/cht-1.8.c.orig Mon Apr 29 10:21:47 2002
+++ src-cht/cht-1.8.c Mon Apr 29 10:22:03 2002
@@ -14,7 +14,7 @@
* by the licence agreement accompanying p2c itself.
*/
-
+#include <limits.h>
#include <stdio.h>
#include <unistd.h>
#define DOUBLE double
|