Fix frv libgloss bits for c99/gcc-14
Commit Message
Same as we've seen elsewhere. Add missing prototype and header include.
Pushed to the trunk.
Jeff L.
commit 9f3e8ba3b25e162a3c1f383a4c7a84b96fa81cd6
Author: Jeff Law <jeffreyalaw@gmail.com>
Date: Fri Dec 22 20:40:21 2023 -0700
Fix frv libgloss bits for c99/gcc-14\
Same as we've seen elsewhere. Add missing prototype and header include.
@@ -14,6 +14,8 @@
*/
#include "glue.h"
+extern void print (char *ptr);
+
/*
* putnum -- print a 32 bit number in hex
*/
@@ -14,6 +14,8 @@
* they apply.
*/
+#include <unistd.h>
+
int
inbyte ()
{