diff options
Diffstat (limited to 'nxcomp/include/MD5.h')
-rw-r--r-- | nxcomp/include/MD5.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nxcomp/include/MD5.h b/nxcomp/include/MD5.h index 698c995d8..3baa4dcdf 100644 --- a/nxcomp/include/MD5.h +++ b/nxcomp/include/MD5.h @@ -71,7 +71,7 @@ typedef struct md5_state_s { } md5_state_t; #ifdef __cplusplus -extern "C" +extern "C" { #endif |