$OpenBSD: patch-libdv_encode_c,v 1.1.1.1 2004/06/26 18:00:27 sturm Exp $
--- libdv/encode.c.orig	2002-12-31 15:03:40.000000000 -0800
+++ libdv/encode.c	2004-01-09 00:20:08.000000000 -0800
@@ -46,7 +46,9 @@
 #include <stdio.h>
 #include <stdlib.h>
 #include <unistd.h>
-#include <stdint.h>
+#if HAVE_STDINT_H
+# include <stdint.h>
+#endif
 
 #include "dv.h"
 #include "encode.h"
