[Parted-commits] GNU Parted Official Repository: Changes to 'stable-1.8.x'

Otavio Salvador otavio at alioth.debian.org
Fri Nov 2 14:22:35 UTC 2007


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

New commits:
commit 4b124341f59e6f56905eb59ba30e059ab6fe515e
Author: Otavio Salvador <otavio at ossystems.com.br>
Date:   Fri Nov 2 12:22:03 2007 -0200

    parted/constraint.h needs parted/geom.h since it uses PedGeometry
    (cherry picked from commit 1137dba839733354662a562cbb2f2c38c86d1f34)

diff --git a/include/parted/constraint.h b/include/parted/constraint.h
index 7a39602..6496926 100644
--- a/include/parted/constraint.h
+++ b/include/parted/constraint.h
@@ -22,6 +22,7 @@
 typedef struct _PedConstraint	PedConstraint;
 
 #include <parted/device.h>
+#include <parted/geom.h>
 #include <parted/natmath.h>
 
 struct _PedConstraint {



More information about the Parted-commits mailing list