From 3c9cbec2f2a2ff7fef33d92756775836ef11533b Mon Sep 17 00:00:00 2001 From: Robert Sprowson <rsprowson@gitlab.riscosopen.org> Date: Sun, 7 Feb 2016 16:25:25 +0000 Subject: [PATCH] Non ANSI include warning fix --- rlib/c/werr | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rlib/c/werr b/rlib/c/werr index a2213bf..9d28e20 100644 --- a/rlib/c/werr +++ b/rlib/c/werr @@ -41,7 +41,7 @@ #include <stdlib.h> #include <stdio.h> #include <string.h> -#include <swis.h> +#include "swis.h" #include "os.h" #include "wimp.h" -- GitLab