You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/games-fps/qudos/files/qudos-0.40.1-gnusource.patch

13 lines
265 B

--- 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>