|
|
|
|
@ -28,18 +28,4 @@ diff -Naur cpu-1.4.1.orig/doc/Makefile.in cpu-1.4.1/doc/Makefile.in
|
|
|
|
|
fi
|
|
|
|
|
# Tell versions [3.59,3.63) of GNU make to not export all variables.
|
|
|
|
|
# Otherwise a system limit (for SysV at least) may be exceeded.
|
|
|
|
|
--- src/include/util/bitvector.h.orig Sun Oct 12 20:57:39 2003
|
|
|
|
|
+++ src/include/util/bitvector.h Mon Oct 13 10:05:43 2003
|
|
|
|
|
@@ -5,7 +5,11 @@
|
|
|
|
|
extern "C" {
|
|
|
|
|
#endif
|
|
|
|
|
|
|
|
|
|
-#include <stdint.h>
|
|
|
|
|
+#include <config.h>
|
|
|
|
|
+#include <sys/types.h>
|
|
|
|
|
+#ifdef HAVE_STDINT_H
|
|
|
|
|
+#include <stdint.h>
|
|
|
|
|
+#endif
|
|
|
|
|
|
|
|
|
|
#ifndef true
|
|
|
|
|
#define true 1
|
|
|
|
|
|
|
|
|
|
|