mirror of
https://github.com/bebbo/amigaos-cross-toolchain.git
synced 2025-12-08 22:38:24 +00:00
12 lines
291 B
Diff
12 lines
291 B
Diff
--- ixemul-48.2.orig/glue/gen_glue.c 1999-08-12 14:27:36.000000000 +0200
|
|
+++ ixemul-48.2/glue/gen_glue.c 2012-08-03 18:25:58.000000000 +0200
|
|
@@ -1,6 +1,8 @@
|
|
#include <sys/types.h>
|
|
#include <sys/syscall.h>
|
|
|
|
+#include <string.h>
|
|
+#include <stdlib.h>
|
|
#include <stdio.h>
|
|
|
|
struct syscall {
|