--- Compress-LZF/lzfP.h 2004/12/15 07:09:34 1.2 +++ Compress-LZF/lzfP.h 2005/03/03 17:10:16 1.3 @@ -1,5 +1,5 @@ /* - * Copyright (c) 2000-2003 Marc Alexander Lehmann + * Copyright (c) 2000-2005 Marc Alexander Lehmann * * Redistribution and use in source and binary forms, with or without modifica- * tion, are permitted provided that the following conditions are met: @@ -129,7 +129,11 @@ #endif #if USE_MEMCPY || INIT_HTAB -# include +# ifdef __cplusplus +# include +# else +# include +# endif #endif #endif