From 339e7f35713ae0c35be2537e6639cd5eee592acb Mon Sep 17 00:00:00 2001 From: Matthias-Christian Ott Date: Tue, 10 Jun 2008 18:01:15 +0200 Subject: [PATCH] add missing header file --- st.c | 1 + 1 file changed, 1 insertion(+) diff --git a/st.c b/st.c index 8dd7793..9b1d131 100644 --- a/st.c +++ b/st.c @@ -1,6 +1,7 @@ /* See LICENSE file for copyright and license details. */ #include "util.h" #include +#include int Xmain(int argc, char *argv[]) { -- libgit2 1.1.1