bug-guile
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

NetBSD needs inttypes.h for uintptr_t


From: Masao Uebayashi
Subject: NetBSD needs inttypes.h for uintptr_t
Date: Mon, 09 Jul 2001 17:30:41 +0900

Without this, any file can't be compiled because of lack of the
definition of uintptr_t.  uintptr_t is defined in inttypes.h on my
NetBSD box, but I'm not sure if the proper entry point is it or not.

Regards,
Masao


Index: libguile/tags.h
===================================================================
RCS file: /cvsroot/guile/guile/guile-core/libguile/tags.h,v
retrieving revision 1.82
diff -u -r1.82 tags.h
--- libguile/tags.h     2001/06/14 19:50:43     1.82
+++ libguile/tags.h     2001/07/09 08:27:10
@@ -56,6 +56,10 @@
 #include <stdint.h>
 #endif
 
+#ifdef HAVE_INTTYPES_H
+#include <inttypes.h>
+#endif
+
 
 
 /* In the beginning was the Word:



reply via email to

[Prev in Thread] Current Thread [Next in Thread]