summaryrefslogtreecommitdiff
path: root/cdutils.h
diff options
context:
space:
mode:
Diffstat (limited to 'cdutils.h')
-rw-r--r--cdutils.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/cdutils.h b/cdutils.h
index af899b9..3dcf7ac 100644
--- a/cdutils.h
+++ b/cdutils.h
@@ -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;