blob: 92726deec0cfc98e13d34ac1cc9febf51d385a45 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
|
--- include/config.h.in.orig Mon Feb 17 20:21:46 2003
+++ include/config.h.in Mon Feb 17 20:22:01 2003
@@ -16,6 +16,8 @@
#define CCXX_CONFIG_H_
/* This is the top section */
+#include <sys/types.h>
+#include <math.h>
/* Define if you have <unistd.h>. */
#undef HAVE_UNISTD_H
|