summaryrefslogtreecommitdiff
path: root/example
diff options
context:
space:
mode:
authorR. Bernstein <rocky@gnu.org>2012-03-03 12:10:53 -0500
committerR. Bernstein <rocky@gnu.org>2012-03-03 12:10:53 -0500
commit739928df7baeefad9cc6c46cfcdbdcc14f557c1a (patch)
tree7ee80565e1f1074df41604664ecf540a00b8fb41 /example
parentf269abeb07862c2ae9baa2517db9d8d7275d248f (diff)
Pete Batard's patches offset types especially for MinGW and MS Visual C.
Diffstat (limited to 'example')
-rw-r--r--example/isofile.c2
-rw-r--r--example/isofile2.c2
-rw-r--r--example/isofuzzy.c2
3 files changed, 3 insertions, 3 deletions
diff --git a/example/isofile.c b/example/isofile.c
index bcfe06a5..559aac12 100644
--- a/example/isofile.c
+++ b/example/isofile.c
@@ -31,7 +31,7 @@
/* portable.h has to come first else _FILE_OFFSET_BITS are redefined in
say opensolaris. */
-#include "portable.h"
+#include "filemode.h"
#include <cdio/cdio.h>
#include <cdio/iso9660.h>
diff --git a/example/isofile2.c b/example/isofile2.c
index 474f0c1f..09ff4bed 100644
--- a/example/isofile2.c
+++ b/example/isofile2.c
@@ -37,7 +37,7 @@
/* portable.h has to come first else _FILE_OFFSET_BITS are redefined in
say opensolaris. */
-#include "portable.h"
+#include "filemode.h"
#ifdef HAVE_SYS_TYPES_H
#include <sys/types.h>
diff --git a/example/isofuzzy.c b/example/isofuzzy.c
index 138e1fcf..9ca23baa 100644
--- a/example/isofuzzy.c
+++ b/example/isofuzzy.c
@@ -28,7 +28,7 @@
/* portable.h has to come first else _FILE_OFFSET_BITS are redefined in
say opensolaris. */
-#include "portable.h"
+#include "filemode.h"
#ifdef HAVE_STDIO_H
#include <stdio.h>