Browse Source

define _BSD_SOURCE for endian

master
Michael Hamburg 10 years ago
parent
commit
d280028cee
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      src/shake.c

+ 1
- 0
src/shake.c View File

@@ -12,6 +12,7 @@
*/

#define __STDC_WANT_LIB_EXT1__ 1 /* for memset_s */
#define _BSD_SOURCE 1 /* for endian */
#include <assert.h>
#include <stdint.h>
#include <string.h>


Loading…
Cancel
Save