From 6b986090d954dbac91bbb3c43ce7c3328c91a780 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Frings-F=C3=BCrst?= Date: Mon, 20 Apr 2020 20:33:51 +0200 Subject: New upstream version 6.9.5 --- src/st.c | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) (limited to 'src/st.c') diff --git a/src/st.c b/src/st.c index e5fd1a1..522f205 100644 --- a/src/st.c +++ b/src/st.c @@ -2,17 +2,14 @@ /* static char sccsid[] = "@(#) st.c 5.1 89/12/14 Crucible"; */ -#include -#include -#include - -#ifdef _WIN32 -#include +#ifndef NEED_TO_INCLUDE_STDIO +#define NEED_TO_INCLUDE_STDIO #endif #include "regint.h" #include "st.h" + typedef struct st_table_entry st_table_entry; struct st_table_entry { -- cgit v1.2.3