From: Andrew McNab Date: Fri, 24 Jul 2009 14:49:15 +0000 (+0000) Subject: Sync X-Git-Tag: gridsite-core_R_1_5_12 X-Git-Url: http://scientific.zcu.cz/git/?a=commitdiff_plain;h=254f7b0e7bf979e02f66bd2595c371cd0631579e;p=jra1mw.git Sync --- diff --git a/org.gridsite.core/interface/gridsite.h b/org.gridsite.core/interface/gridsite.h index 347999e..52cf285 100644 --- a/org.gridsite.core/interface/gridsite.h +++ b/org.gridsite.core/interface/gridsite.h @@ -1,5 +1,5 @@ /* - Copyright (c) 2002-6, Andrew McNab, University of Manchester + Copyright (c) 2002-9, Andrew McNab, University of Manchester All rights reserved. Redistribution and use in source and binary forms, with or @@ -45,6 +45,10 @@ #include #endif +#ifndef _STDINT_H +#include +#endif + #ifndef FALSE #define FALSE (0) #endif