From 1572b1c3d3344d453b73295aae6c2bcd6d7c05f1 Mon Sep 17 00:00:00 2001 From: Pierre Pronchery Date: Sat, 1 Dec 2012 00:08:34 +0100 Subject: [PATCH] Fixed build with the current cpp --- include/C99/target.h | 2 +- src/common.h | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/include/C99/target.h b/include/C99/target.h index 8bf5598..6ff9fdd 100644 --- a/include/C99/target.h +++ b/include/C99/target.h @@ -18,7 +18,7 @@ #ifndef DEVEL_C99_TARGET_H # define DEVEL_C99_TARGET_H -# include +# include # include "c99.h" diff --git a/src/common.h b/src/common.h index 43f16aa..f514e32 100644 --- a/src/common.h +++ b/src/common.h @@ -1,5 +1,5 @@ /* $Id$ */ -/* Copyright (c) 2011 Pierre Pronchery */ +/* Copyright (c) 2008-2012 Pierre Pronchery */ /* This file is part of DeforaOS Devel c99 */ /* This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -19,7 +19,7 @@ # define _C99_COMMON_H # include -# include +# include # include "code.h"