From c9175014622b007081c5becacb8a2a66d8ba5dfe Mon Sep 17 00:00:00 2001 From: tradke Date: Thu, 9 Feb 2006 12:45:50 +0000 Subject: According to the standard, the ptrdiff_t type is declared in (and not in as used in my previous commit). git-svn-id: http://svn.cactuscode.org/flesh/trunk@4251 17b73243-c579-4c4c-a9d2-2d5706c11dac --- src/include/cctk.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/include/cctk.h') diff --git a/src/include/cctk.h b/src/include/cctk.h index e643be92..f1d3d4bd 100644 --- a/src/include/cctk.h +++ b/src/include/cctk.h @@ -121,7 +121,7 @@ #ifdef CCODE /* get the definition of ptrdiff_t */ -#include +#include #include "cGH.h" -- cgit v1.2.3