summaryrefslogtreecommitdiff
path: root/example
diff options
context:
space:
mode:
authorR. Bernstein <rocky@gnu.org>2012-03-03 20:11:14 -0500
committerR. Bernstein <rocky@gnu.org>2012-03-03 20:11:14 -0500
commit2022037807e458ea88890eb279ba62fc18ff578d (patch)
tree522074c0b83d9a82ef94734ac24c17697da4664a /example
parentd0018220cc3cd2fe4114b72d54b519b868209df4 (diff)
More patches from pbatard to reduce warnings, etc.
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 559aac12..bcfe06a5 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 "filemode.h"
+#include "portable.h"
#include <cdio/cdio.h>
#include <cdio/iso9660.h>
diff --git a/example/isofile2.c b/example/isofile2.c
index 09ff4bed..474f0c1f 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 "filemode.h"
+#include "portable.h"
#ifdef HAVE_SYS_TYPES_H
#include <sys/types.h>
diff --git a/example/isofuzzy.c b/example/isofuzzy.c
index 9ca23baa..138e1fcf 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 "filemode.h"
+#include "portable.h"
#ifdef HAVE_STDIO_H
#include <stdio.h>