summarylogtreecommitdiffstats
path: root/0001-fix_missing_stdlib_include.patch
diff options
context:
space:
mode:
authorbrainpower2015-06-16 23:20:37 +0200
committerbrainpower2015-06-16 23:20:37 +0200
commitf21de6dad42954a5ebd062666259a00b701e33e0 (patch)
tree24a825ac6d3ebf677e23cb0555af363a99ddd4c3 /0001-fix_missing_stdlib_include.patch
downloadaur-f21de6dad42954a5ebd062666259a00b701e33e0.tar.gz
create dosbox-daum with version 20150103
Diffstat (limited to '0001-fix_missing_stdlib_include.patch')
-rw-r--r--0001-fix_missing_stdlib_include.patch10
1 files changed, 10 insertions, 0 deletions
diff --git a/0001-fix_missing_stdlib_include.patch b/0001-fix_missing_stdlib_include.patch
new file mode 100644
index 000000000000..fb3bb76385c2
--- /dev/null
+++ b/0001-fix_missing_stdlib_include.patch
@@ -0,0 +1,10 @@
+--- db-src/include/bios_disk.h.origin 2015-01-25 08:51:15.000000000 +0100
++++ db-src/include/bios_disk.h 2015-06-15 23:22:23.522835748 +0200
+@@ -20,6 +20,7 @@
+ #define DOSBOX_BIOS_DISK_H
+
+ #include <stdio.h>
++#include <stdlib.h> /* abort() */
+ #ifndef DOSBOX_MEM_H
+ #include "mem.h"
+ #endif