summaryrefslogtreecommitdiff
path: root/lzfP.h
diff options
context:
space:
mode:
authorroot <root>2005-03-02 02:41:48 +0000
committerroot <root>2005-03-02 02:41:48 +0000
commit328707ad20d43aac1d7d9cde611d7581dc25d793 (patch)
treed3dfdbc5a3566b9dc7293cdaad1ae18d12b388b5 /lzfP.h
parent5d147bf0982dbbe9fed341b93394ff2afd97cdae (diff)
*** empty log message ***
Diffstat (limited to 'lzfP.h')
-rw-r--r--lzfP.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/lzfP.h b/lzfP.h
index eb7a742..014a152 100644
--- a/lzfP.h
+++ b/lzfP.h
@@ -129,7 +129,11 @@ typedef const u8 *LZF_STATE[1 << (HLOG)];
#endif
#if USE_MEMCPY || INIT_HTAB
-# include <string.h>
+# ifdef __cplusplus
+# include <cstring>
+# else
+# include <string.h>
+# endif
#endif
#endif