From 9100d8f67cf1509aa56ceb1b6bab29f331d6026b Mon Sep 17 00:00:00 2001 From: "William A. Rowe Jr" Date: Tue, 7 Aug 2001 15:50:25 +0000 Subject: [PATCH] Eliminate emits git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@89984 13f79535-47bb-0310-9956-ffa450edef68 --- support/win32/wintty.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/support/win32/wintty.c b/support/win32/wintty.c index b3c63c1bb2..6a1169948c 100644 --- a/support/win32/wintty.c +++ b/support/win32/wintty.c @@ -69,6 +69,8 @@ #define WIN32_LEAN_AND_MEAN #include +#include +#include const char *options = "\nwintty: a utility for echoing the stdin stream to a new console window,\n" -- 2.50.1