Skip to content

Commit f3bec14

Browse files
committed
Merge pull request mintomic#15 from mulle-nat/master
rename private/stdint.h -> private/mintomic_stdint.h
2 parents 27dbc26 + 3fed8ab commit f3bec14

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

include/mintomic/core.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
#if MINT_HAS_STDINT
88
#include <stdint.h>
99
#else
10-
#include "private/stdint.h"
10+
#include "private/mintomic_stdint.h"
1111
#endif
1212

1313
#if MINT_COMPILER_MSVC
File renamed without changes.

0 commit comments

Comments
 (0)