summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorOtavio Salvador <otavio@ossystems.com.br>2007-11-02 12:15:22 -0200
committerOtavio Salvador <otavio@ossystems.com.br>2007-11-02 12:15:22 -0200
commit761e4da7ae749721f1fd25aadca9f32b5a5c2022 (patch)
treee3b92bf9285c165d617f9f1131f93ae7d71dab46 /include
parent38bba92ce93152c111814ab27c62656ef1bff0be (diff)
downloadparted-761e4da7ae749721f1fd25aadca9f32b5a5c2022.tar.gz
parted/natmath.h needs parted/device.h since it uses PedSector
Diffstat (limited to 'include')
-rw-r--r--include/parted/natmath.h1
1 files changed, 1 insertions, 0 deletions
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) )