blob: 6370925bec5d920b9c8d1c5d7b5655a89085e877 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
--- c++/ClC.h.orig Wed Sep 8 18:46:40 1999
+++ c++/ClC.h Wed Sep 8 18:46:50 1999
@@ -23,7 +23,9 @@
#endif
#include <stdio.h>
+#ifndef __NetBSD__
#include <values.h>
+#endif
#define boolean int
|