[Parted-commits] GNU Parted Official Repository: Changes to 'master'
Otavio Salvador
otavio at alioth.debian.org
Fri Nov 2 14:16:01 UTC 2007
include/parted/natmath.h | 1 +
1 file changed, 1 insertion(+)
New commits:
commit 761e4da7ae749721f1fd25aadca9f32b5a5c2022
Author: Otavio Salvador <otavio at ossystems.com.br>
Date: Fri Nov 2 12:15:22 2007 -0200
parted/natmath.h needs parted/device.h since it uses PedSector
diff --git a/include/parted/natmath.h b/include/parted/natmath.h
index 32a6e28..e387833 100644
--- a/include/parted/natmath.h
+++ b/include/parted/natmath.h
@@ -30,6 +30,7 @@
typedef struct _PedAlignment PedAlignment;
#include <parted/disk.h>
+#include <parted/device.h>
#define PED_MIN(a, b) ( ((a)<(b)) ? (a) : (b) )
#define PED_MAX(a, b) ( ((a)>(b)) ? (a) : (b) )
More information about the Parted-commits
mailing list