This website works better with JavaScript.
Home
Explore
Help
Sign In
jmg
/
ed448goldilocks
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
add DEFAULT_SOURCE in word.h
master
Michael Hamburg
8 years ago
parent
bd2a516210
commit
aef9fd8677
1 changed files
with
4 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+4
-0
src/include/word.h
+ 4
- 0
src/include/word.h
View File
@@ -23,6 +23,10 @@ extern int posix_memalign(void **, size_t, size_t);
#define _BSD_SOURCE 1
#endif
#ifndef _DEFAULT_SOURCE
#define _DEFAULT_SOURCE 1
#endif
#include "portable_endian.h"
#include <stdlib.h>
Write
Preview
Loading…
Cancel
Save