diff options
Diffstat (limited to 'include/rpc/rpc.h')
-rw-r--r-- | include/rpc/rpc.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/rpc/rpc.h b/include/rpc/rpc.h index dce1c3e71..abcab9e24 100644 --- a/include/rpc/rpc.h +++ b/include/rpc/rpc.h @@ -44,8 +44,8 @@ #ifndef __FORCE_GLIBC #define __FORCE_GLIBC #endif -#ifndef _GNU_SOUCE -#define _GNU_SOUCE +#ifndef _GNU_SOURCE +#define _GNU_SOURCE #endif #define _(X) X #include <features.h> |