You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by wr...@apache.org on 2001/08/07 17:50:25 UTC

cvs commit: httpd-2.0/support/win32 wintty.c

wrowe       01/08/07 08:50:25

  Modified:    support/win32 wintty.c
  Log:
    Eliminate emits
  
  Revision  Changes    Path
  1.4       +2 -0      httpd-2.0/support/win32/wintty.c
  
  Index: wintty.c
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/support/win32/wintty.c,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- wintty.c	2001/05/14 04:31:56	1.3
  +++ wintty.c	2001/08/07 15:50:25	1.4
  @@ -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"