aboutsummaryrefslogtreecommitdiffstats
path: root/grpmi/curl_download/curl_download.xs
diff options
context:
space:
mode:
Diffstat (limited to 'grpmi/curl_download/curl_download.xs')
-rw-r--r--grpmi/curl_download/curl_download.xs3
1 files changed, 3 insertions, 0 deletions
diff --git a/grpmi/curl_download/curl_download.xs b/grpmi/curl_download/curl_download.xs
index 9fd8b766..ab200d6f 100644
--- a/grpmi/curl_download/curl_download.xs
+++ b/grpmi/curl_download/curl_download.xs
@@ -17,7 +17,10 @@
*
******************************************************************************/
+#ifndef _GNU_SOURCE
#define _GNU_SOURCE
+#endif
+
#include <unistd.h>
#include <stdlib.h>
#include <stdio.h>