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/app-emulation/coldfire/files/coldfire-0.3.1-headers.patch

17 lines
386 B

make sure we have access to HAVE_* defines to include header files:
run.c: In function sigint:
run.c:51:2: warning: implicit declaration of function readline
run.c:51:8: warning: cast to pointer from integer of different size
--- a/run.c
+++ b/run.c
@@ -7,6 +7,7 @@
/**********************************/
+#include "config.h"
#include <stdio.h>
#include <stdlib.h>