Skip to content

Commit 339b060

Browse files
committed
Move the stdatomic import
1 parent e41cd7e commit 339b060

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libraries/liblmdb/mdb.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,6 @@
3232
* ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
3333
* OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
3434
*/
35-
#include <stdatomic.h>
3635
#ifndef _GNU_SOURCE
3736
#define _GNU_SOURCE 1
3837
#endif
@@ -138,6 +137,7 @@ static NtCloseFunc *NtClose;
138137
#include <stdlib.h>
139138
#include <string.h>
140139
#include <time.h>
140+
#include <stdatomic.h>
141141

142142
#ifdef _MSC_VER
143143
#include <io.h>

0 commit comments

Comments
 (0)