Browse Source

add DEFAULT_SOURCE in word.h

master
Michael Hamburg 8 years ago
parent
commit
aef9fd8677
1 changed files with 4 additions and 0 deletions
  1. +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>


Loading…
Cancel
Save