ctermid.c: Fix missing prototype warnings

This commit is contained in:
Joel Sherrill
2013-09-22 10:32:20 -05:00
parent 359b6d0ce9
commit 59a2b2b251
+1
View File
@@ -23,6 +23,7 @@
#include <stdio.h>
#include <string.h>
#include <sys/unistd.h>
static char *ctermid_name = "/dev/console";