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
XOPEN_SOURCE defines fixed
master
Mike Hamburg
9 years ago
parent
cdab495338
commit
1bda5ed34a
2 changed files
with
5 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-0
src/public_include/decaf/decaf_255.hxx
+3
-1
src/public_include/decaf/decaf_448.hxx
+ 2
- 0
src/public_include/decaf/decaf_255.hxx
View File
@@ -23,7 +23,9 @@
#define __DECAF_255_HXX__ 1
/** This code uses posix_memalign. */
#ifndef _XOPEN_SOURCE
#define _XOPEN_SOURCE 600
#endif
#include <stdlib.h>
#include <string.h> /* for memcpy */
+ 3
- 1
src/public_include/decaf/decaf_448.hxx
View File
@@ -23,7 +23,9 @@
#define __DECAF_448_HXX__ 1
/** This code uses posix_memalign. */
#define _XOPEN_SOURCE 600
#ifndef _XOPEN_SOURCE
#define _XOPEN_SOURCE 600
#endif
#include <stdlib.h>
#include <string.h> /* for memcpy */
Write
Preview
Loading…
Cancel
Save