diff options
Diffstat (limited to 'src/driver')
-rw-r--r-- | src/driver/utils.c | 2 | ||||
-rw-r--r-- | src/driver/utils.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/src/driver/utils.c b/src/driver/utils.c index e074e106..f5744c9a 100644 --- a/src/driver/utils.c +++ b/src/driver/utils.c @@ -31,7 +31,7 @@ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ -#include "axiom-c-macros.h" +#include "openaxiom-c-macros.h" #include <stdlib.h> #include <string.h> #include <errno.h> diff --git a/src/driver/utils.h b/src/driver/utils.h index 41d7c345..9c6b8041 100644 --- a/src/driver/utils.h +++ b/src/driver/utils.h @@ -34,7 +34,7 @@ #ifndef OPENAXIOM_UTILS_INCLUDED #define OPENAXIOM_UTILS_INCLUDED -#include "axiom-c-macros.h" +#include "openaxiom-c-macros.h" #if HAVE_UNISTD_H # include <unistd.h> #endif |