You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by ma...@hyperreal.org on 1997/10/27 17:30:31 UTC

cvs commit: apachen/src/main util.c

martin      97/10/27 08:30:31

  Modified:    src/main util.c
  Log:
  Include stdio.h to get prototypes for fgets() and fgetc()
  (needed for pcfg_openfile()).
      Noted by bhyde@gensym.com (Ben Hyde)
  
  Revision  Changes    Path
  1.75      +1 -0      apachen/src/main/util.c
  
  Index: util.c
  ===================================================================
  RCS file: /home/cvs/apachen/src/main/util.c,v
  retrieving revision 1.74
  retrieving revision 1.75
  diff -u -u -r1.74 -r1.75
  --- util.c	1997/10/26 21:57:14	1.74
  +++ util.c	1997/10/27 16:30:30	1.75
  @@ -69,6 +69,7 @@
   #if defined(DEBUG)||defined(DEBUG_CFG_LINES)
   #include "http_log.h"
   #endif
  +#include <stdio.h>
   
   const char month_snames[12][4] =
   {