aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/st.c
diff options
context:
space:
mode:
Diffstat (limited to 'st.c')
-rw-r--r--st.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/st.c b/st.c
index 712504a6..c4d86e33 100644
--- a/st.c
+++ b/st.c
@@ -1,4 +1,4 @@
-/* $Id: st.c,v 1.15 2018/12/13 07:28:27 schwarze Exp $ */
+/* $Id: st.c,v 1.16 2018/12/14 01:18:26 schwarze Exp $ */
/*
* Copyright (c) 2009, 2010 Kristaps Dzonsons <kristaps@bsd.lv>
*
@@ -17,6 +17,8 @@
#include "config.h"
#include <sys/types.h>
+
+#include <stdio.h>
#include <string.h>
#include "mandoc.h"