summaryrefslogtreecommitdiff
path: root/games-fps/qudos/files/qudos-0.40.1-gnusource.patch
blob: b82a276b012c367e9d8685d0e12222b2572eb3ac (plain)
1
2
3
4
5
6
7
8
9
10
11
12
--- a/src/unix/qsh_unix.c
+++ b/src/unix/qsh_unix.c
@@ -17,6 +17,9 @@
  * Temple Place - Suite 330, Boston, MA  02111-1307, USA.
  *
  */
+#if !defined(_GNU_SOURCE)
+	#define _GNU_SOURCE
+#endif
 #include <sys/types.h>
 #include <sys/stat.h>
 #include <sys/time.h>