From 59a2b2b251c5d719368ef5a322b75c6cab677559 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Sun, 22 Sep 2013 10:32:20 -0500 Subject: ctermid.c: Fix missing prototype warnings --- cpukit/libcsupport/src/ctermid.c | 1 + 1 file changed, 1 insertion(+) diff --git a/cpukit/libcsupport/src/ctermid.c b/cpukit/libcsupport/src/ctermid.c index 8df70e1263..bb47f9c350 100644 --- a/cpukit/libcsupport/src/ctermid.c +++ b/cpukit/libcsupport/src/ctermid.c @@ -23,6 +23,7 @@ #include #include +#include static char *ctermid_name = "/dev/console"; -- cgit v1.2.3