This website works better with JavaScript.
Home
Issues
Pull Requests
Milestones
Repositories
Datasets
Forum
实训
竞赛
大数据
应用
Register
Sign In
hummingbird
/
idgenerator
Not watched
Unwatch
Watch all
Watch but not notify
2
Star
0
Fork
0
Code
Releases
6
Wiki
Activity
Issues
5
Pull Requests
0
Datasets
Model
Cloudbrain
Browse Source
!17
修复Mac编译问题
* add #include <strings.h> to fix mac build
tags/v1.3.1
微希夷
yitter
3 years ago
parent
1b2b28c095
commit
2afe292ee7
1 changed files
with
1 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
PHP/src/snowflake/shm.c
+ 1
- 0
PHP/src/snowflake/shm.c
View File
@@ -5,6 +5,7 @@
#include "windows.h"
#else
#include <sys/mman.h>
#include <strings.h>
#endif
#include "shm.h"
Write
Preview
Loading…
Cancel
Save