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