Browse Source

add _DEFAULT_SOURCE for more modern glibc

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

+ 1
- 0
src/shake.c View File

@@ -13,6 +13,7 @@

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


Loading…
Cancel
Save