blob: f3d698376f05a3ff9c676d37cbd8e1fb087dae47 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
$NetBSD: patch-ab,v 1.1 2006/04/15 21:23:40 wiz Exp $
--- lsdvd.c.orig 2003-09-29 21:01:00.000000000 +0000
+++ lsdvd.c
@@ -13,6 +13,7 @@
* 2003-04-19 Cleanups get_title_name, added dvdtime2msec, added helper macros,
* output info structures in form of a Perl module, by Henk Vergonet.
*/
+#include <stdint.h>
#include <dvdread/ifo_read.h>
#include <string.h>
#include <sys/stat.h>
|