Signed-off-by: Natanael Copa <ncopa@xxxxxxxxxxxxxxx> --- utils/exportfs/exportfs.c | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/utils/exportfs/exportfs.c b/utils/exportfs/exportfs.c index bf07555..7ab93d1 100644 --- a/utils/exportfs/exportfs.c +++ b/utils/exportfs/exportfs.c @@ -12,6 +12,10 @@ #include <config.h> #endif +#ifndef _GNU_SOURCE +#define _GNU_SOURCE +#endif + #include <sys/types.h> #include <sys/stat.h> #include <sys/vfs.h> -- 2.0.3 -- To unsubscribe from this list: send the line "unsubscribe linux-nfs" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html