[Parted-commits] GNU Parted Official Repository: Changes to 'master'

Otavio Salvador otavio at alioth.debian.org
Fri Nov 2 13:57:18 UTC 2007


 include/parted/device.h |    1 +
 1 file changed, 1 insertion(+)

New commits:
commit 5e2c92c88b5d42c70b06e8ce75c90adf46d884b8
Author: Otavio Salvador <otavio at ossystems.com.br>
Date:   Fri Nov 2 11:54:42 2007 -0200

    parted/device.h needs to include parted/constraint.h since it uses PedConstraint

diff --git a/include/parted/device.h b/include/parted/device.h
index cf32dba..ee92de9 100644
--- a/include/parted/device.h
+++ b/include/parted/device.h
@@ -26,6 +26,7 @@
 #ifndef PED_DEVICE_H_INCLUDED
 #define PED_DEVICE_H_INCLUDED
 
+#include <parted/constraint.h>
 #include <parted/timer.h>
 
 /** We can address 2^63 sectors */



More information about the Parted-commits mailing list