mirror of
https://github.com/MariaDB/server.git
synced 2025-01-16 03:52:35 +01:00
include atomic.h in extern "C" mode
This commit is contained in:
parent
b8004902c4
commit
b40d4e127a
1 changed files with 2 additions and 0 deletions
|
@ -273,7 +273,9 @@ C_MODE_END
|
|||
#ifndef CONFIG_SMP
|
||||
#define CONFIG_SMP
|
||||
#endif
|
||||
C_MODE_START
|
||||
#include <asm/atomic.h>
|
||||
C_MODE_END
|
||||
#endif
|
||||
#include <errno.h> /* Recommended by debian */
|
||||
/* We need the following to go around a problem with openssl on solaris */
|
||||
|
|
Loading…
Reference in a new issue