aboutsummaryrefslogtreecommitdiffstats
path: root/src/project.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/project.h')
-rw-r--r--src/project.h13
1 files changed, 12 insertions, 1 deletions
diff --git a/src/project.h b/src/project.h
index 4a1063e..d3e7562 100644
--- a/src/project.h
+++ b/src/project.h
@@ -7,11 +7,14 @@
*/
/*
- * $Id: project.h,v 1.1 2007/09/08 16:49:37 root Exp $
+ * $Id: project.h,v 1.2 2007/09/08 18:21:24 root Exp $
*/
/*
* $Log: project.h,v $
+ * Revision 1.2 2007/09/08 18:21:24 root
+ * *** empty log message ***
+ *
* Revision 1.1 2007/09/08 16:49:37 root
* *** empty log message ***
*
@@ -60,6 +63,14 @@
#include <sys/int_types.h>
#endif
+#include <sys/types.h>
+#include <fcntl.h>
+
+#define PACKED __attribute__((packed))
+
+#include "guid.h"
+#include "gpt.h"
+
#include "prototypes.h"
#endif /* __PROJECT_H__ */