Fixed build with the current cpp

This commit is contained in:
Pierre Pronchery 2012-12-01 00:08:34 +01:00
parent 1ba81bec4b
commit 1572b1c3d3
2 changed files with 3 additions and 3 deletions

View File

@ -18,7 +18,7 @@
#ifndef DEVEL_C99_TARGET_H
# define DEVEL_C99_TARGET_H
# include <cpp.h>
# include <Devel/CPP.h>
# include "c99.h"

View File

@ -1,5 +1,5 @@
/* $Id$ */
/* Copyright (c) 2011 Pierre Pronchery <khorben@defora.org> */
/* Copyright (c) 2008-2012 Pierre Pronchery <khorben@defora.org> */
/* 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 <stdio.h>
# include <cpp.h>
# include <Devel/CPP.h>
# include "code.h"