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/sci-calculators/tiemu/files/tiemu-3.03-fix-ftbfs-with-c...

15 lines
417 B

Description: Fix FTBFS error: '"abort" passed 1 arguments, but takes just 0'
Author: Andreas B. Mundt <andi@debian.org> with help from #debian-science (jokva).
Last-Update: 2018-05-19
--- a/src/core/uae/sysdeps.h
+++ b/src/core/uae/sysdeps.h
@@ -33,6 +33,7 @@
#define _GNU_SOURCE
#endif
#include <limits.h>
+#include <stdlib.h>
// Make sure that the character types take exactly 1 byte.
#if UCHAR_MAX != 0xFF