$NetBSD: patch-aa,v 1.1 2001/09/25 19:51:55 magick 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
