Add Disk definitions.
diff --git a/include/disk.h b/include/disk.h
index 7e1d35a..f3a1905 100644
--- a/include/disk.h
+++ b/include/disk.h
@@ -31,6 +31,7 @@
 int		scsiready(Scsi*);
 
 extern int		scsiverbose;
+#endif
 
 /* disk partition interface */
 typedef struct Disk Disk;
@@ -65,7 +66,6 @@
 	Gdisk,
 	Gguess,
 };
-#endif
 
 /* proto file parsing */
 typedef void Protoenum(char *new, char *old, Dir *d, void *a);