From eceebed18d0424a145f3a39d72d911bfaf7dfe06 Mon Sep 17 00:00:00 2001 From: Nicola Fontana Date: Tue, 13 Jan 2009 19:33:22 +0100 Subject: [PATCH] [build] Compile with the new cpml-segment.[ch] files --- cpml/cpml-segment.c | 2 +- cpml/cpml.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/cpml/cpml-segment.c b/cpml/cpml-segment.c index 16e48ad0..5aa12f54 100644 --- a/cpml/cpml-segment.c +++ b/cpml/cpml-segment.c @@ -18,7 +18,7 @@ */ -#include "cpml-path.h" +#include "cpml-segment.h" #include "cpml-alloca.h" #include diff --git a/cpml/cpml.h b/cpml/cpml.h index ea9eca5c..5fa2a176 100644 --- a/cpml/cpml.h +++ b/cpml/cpml.h @@ -21,6 +21,6 @@ #define __CPML_H__ #include -#include +#include #endif /* __CPML_H__ */ -- 2.11.4.GIT