diff options
Diffstat (limited to 'cdutils.h')
-rw-r--r-- | cdutils.h | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -20,7 +20,8 @@ #ifndef __CDUTILS_H__ #define __CDUTILS_H__ -#include <yazedc.h> +#include "yazedc.h" +#include "generic.h" #define GUESS 5 @@ -45,7 +46,7 @@ struct DirEntry { unsigned short BEVolSeq; unsigned char N; char id; -} __attribute__((packed)); +} PACKED; extern struct DirEntry rootDir; |