void-packages/srcpkgs/gltron/patches/stdint.patch

11 lines
251 B
Diff
Raw Normal View History

2020-02-05 13:32:24 +00:00
--- lua/src/lib/liolib.c 2003-06-30 21:15:26.000000000 +0200
+++ lua/src/lib/liolib.c.new 2020-02-04 23:08:47.840943907 +0100
@@ -6,6 +6,7 @@
*/
+#include <stdint.h>
#include <ctype.h>
#include <stdio.h>
#define __USE_MISC /* for mkstemp() */