From b6bdb4b4924b0934aed24335597a89e49f7cbd61 Mon Sep 17 00:00:00 2001 From: xleroy Date: Sun, 22 Oct 2006 08:14:51 +0000 Subject: Ajout et utilisation de compcert_stdio.h git-svn-id: https://yquem.inria.fr/compcert/svn/compcert/trunk@123 fca1b0fc-160b-0410-b1d3-a4f43f01ea2e --- test/c/knucleotide.c | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'test/c/knucleotide.c') diff --git a/test/c/knucleotide.c b/test/c/knucleotide.c index f7438926..955af7f9 100644 --- a/test/c/knucleotide.c +++ b/test/c/knucleotide.c @@ -8,7 +8,11 @@ http://cvs.alioth.debian.org/cgi-bin/cvsweb.cgi/shootout/bench/Include/?cvsroot=shootout */ +#ifdef __COMPCERT__ +#include +#else #include +#endif #include #include #include -- cgit