13 lines
347 B
Text
13 lines
347 B
Text
$NetBSD: patch-aa,v 1.3 2002/11/25 12:30:42 wiz Exp $
|
|
|
|
--- libvcd/vcd_types.h.orig Mon May 14 18:00:59 2001
|
|
+++ libvcd/vcd_types.h
|
|
@@ -45,7 +45,7 @@
|
|
#endif /* HAVE_STDINT_H */
|
|
|
|
/* fix for bsdi... hope it works */
|
|
-#ifdef __bsdi__
|
|
+#if defined(__bsdi__) || defined(__NetBSD__)
|
|
# define UINT32_C(c) c ## U
|
|
# define UINT64_C(c) c ## ULL
|
|
#endif
|