summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWilliam A. Rowe Jr <wrowe@apache.org>2001-08-07 15:50:25 +0000
committerWilliam A. Rowe Jr <wrowe@apache.org>2001-08-07 15:50:25 +0000
commit9100d8f67cf1509aa56ceb1b6bab29f331d6026b (patch)
treec8e07f5067a7628a748782c7c334ea0267efe2e7
parentecfff915357389b5b7acad1adfaee48d26726b14 (diff)
downloadhttpd-9100d8f67cf1509aa56ceb1b6bab29f331d6026b.tar.gz
Eliminate emits
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@89984 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r--support/win32/wintty.c2
1 files changed, 2 insertions, 0 deletions
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 <windows.h>
+#include <stdlib.h>
+#include <stdio.h>
const char *options =
"\nwintty: a utility for echoing the stdin stream to a new console window,\n"