From 8a1935edeac4671fa5fb21273514d75c07db94d4 Mon Sep 17 00:00:00 2001 From: Rich Felker Date: Thu, 12 Oct 2006 22:23:16 +0000 Subject: missing prototypes --- dblbuf.c | 1 + refresh.c | 2 ++ xlib.c | 1 + 3 files changed, 4 insertions(+) diff --git a/dblbuf.c b/dblbuf.c index 2c4fac7..ee15148 100644 --- a/dblbuf.c +++ b/dblbuf.c @@ -1,6 +1,7 @@ /* uuterm, Copyright (C) 2006 Rich Felker; licensed under GNU GPL v2 only */ #include +#include #include "uuterm.h" #include "dblbuf.h" diff --git a/refresh.c b/refresh.c index 9b5aef6..9e3ab57 100644 --- a/refresh.c +++ b/refresh.c @@ -1,5 +1,7 @@ /* uuterm, Copyright (C) 2006 Rich Felker; licensed under GNU GPL v2 only */ +#include + #include "uuterm.h" #include "ucf.h" diff --git a/xlib.c b/xlib.c index 1f24881..14a3a13 100644 --- a/xlib.c +++ b/xlib.c @@ -2,6 +2,7 @@ #include #include +#include #include #include #include -- cgit v1.2.1