summaryrefslogtreecommitdiff
path: root/test
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 /test
parentf269abeb07862c2ae9baa2517db9d8d7275d248f (diff)
Pete Batard's patches offset types especially for MinGW and MS Visual C.
Diffstat (limited to 'test')
-rw-r--r--test/testisocd.c2
-rw-r--r--test/testisocd2.c.in8
2 files changed, 4 insertions, 6 deletions
diff --git a/test/testisocd.c b/test/testisocd.c
index 229daacb..e4c09264 100644
--- a/test/testisocd.c
+++ b/test/testisocd.c
@@ -23,7 +23,7 @@
# define __CDIO_CONFIG_H__ 1
#endif
-#include "portable.h"
+#include "filemode.h"
#include <cdio/cdio.h>
#include <cdio/iso9660.h>
diff --git a/test/testisocd2.c.in b/test/testisocd2.c.in
index 35e0cbed..0664c01b 100644
--- a/test/testisocd2.c.in
+++ b/test/testisocd2.c.in
@@ -1,6 +1,5 @@
-/* $Id: testisocd2.c.in,v 1.2 2008/03/22 18:08:25 karl Exp $
-
- Copyright (C) 2003, 2004, 2005, 2006, 2007, 2008 Rocky Bernstein
+/*
+ Copyright (C) 2003, 2004, 2005, 2006, 2007, 2008, 2012 Rocky Bernstein
<rocky@gnu.org>
This program is free software: you can redistribute it and/or modify
@@ -23,8 +22,7 @@
# include "config.h"
#endif
-#include "portable.h"
-
+#include "filemode.h"
#include <cdio/cdio.h>
#include <cdio/iso9660.h>
#include <cdio/cd_types.h>