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-action/gltron/files/gltron-0.70-gcc49.patch

14 lines
259 B

--- 1/lua/src/lib/liolib.c
+++ 1/lua/src/lib/liolib.c
@@ -6,9 +6,9 @@
*/
+#define __USE_MISC /* for mkstemp() */
#include <ctype.h>
#include <stdio.h>
-#define __USE_MISC /* for mkstemp() */
#include <stdlib.h>
#include <string.h>
#include <time.h>