Skip to content

Commit

Permalink
fix macOS compile error
Browse files Browse the repository at this point in the history
  • Loading branch information
lingol committed Mar 26, 2020
1 parent 27bf37f commit 3e63738
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Core/MMKV_OSX.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -30,11 +30,11 @@
# include "MiniPBCoder.h"
# include "ScopedLock.hpp"
# include "ThreadLock.h"
# include <sys/utsname.h>

# ifdef MMKV_IOS
# include "Checksum.h"
# include <sys/mman.h>
# include <sys/utsname.h>
# endif

# if __has_feature(objc_arc)
Expand Down

0 comments on commit 3e63738

Please sign in to comment.