diff --git a/natsort.c b/natsort.c index 0fc55a4..0db8653 100644 --- a/natsort.c +++ b/natsort.c @@ -26,7 +26,9 @@ * 2003-03-18: Add --reverse option, from Alessandro Pisani. */ -#define _GNU_SOURCE +#ifndef _GNU_SOURCE + #define _GNU_SOURCE +#endif #include #include