From f79190200feb2932330f844184911a32755ab2cd Mon Sep 17 00:00:00 2001 From: Jeff Hill Date: Mon, 13 Mar 2000 16:12:55 +0000 Subject: [PATCH] getting size_t from stddef.h is more portable --- src/libCom/freeList/freeList.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/libCom/freeList/freeList.h b/src/libCom/freeList/freeList.h index 35fc0ad04..45d44cade 100644 --- a/src/libCom/freeList/freeList.h +++ b/src/libCom/freeList/freeList.h @@ -55,7 +55,7 @@ DEVELOPMENT CENTER AT ARGONNE NATIONAL LABORATORY (708-252-2000). #ifndef INCfreeListh #define INCfreeListh -#include +#include #include "shareLib.h" #ifdef __cplusplus