Search
lxdream.org :: lxdream/src/drivers/cdrom/isofs.h :: diff
lxdream 0.9.1
released Jun 29
Download Now
filename src/drivers/cdrom/isofs.h
changeset 1179:af1c5d7d5a5a
prev1152:6464d890cc9e
author nkeynes
date Sat Jan 26 14:00:48 2013 +1000 (11 years ago)
permissions -rw-r--r--
last change Change glib includes to #include <glib.h> rather than the individual
headers, as recent glib versions are breaking on this
file annotate diff log raw
1.1 --- a/src/drivers/cdrom/isofs.h Thu Dec 23 17:50:10 2010 +1000
1.2 +++ b/src/drivers/cdrom/isofs.h Sat Jan 26 14:00:48 2013 +1000
1.3 @@ -19,6 +19,7 @@
1.4 #ifndef cdrom_isofs_H
1.5 #define cdrom_isofs_H 1
1.6
1.7 +#include <stdint.h>
1.8 #include <libisofs.h>
1.9 #include "drivers/cdrom/sector.h"
1.10
.