You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by be...@hyperreal.org on 1998/09/26 13:39:36 UTC

cvs commit: apache-2.0/apache-nspr/os/unix os.c

ben         98/09/26 04:39:36

  Modified:    apache-nspr/os/unix os.c
  Log:
  Fix a warning (again?).
  
  Revision  Changes    Path
  1.4       +2 -0      apache-2.0/apache-nspr/os/unix/os.c
  
  Index: os.c
  ===================================================================
  RCS file: /export/home/cvs/apache-2.0/apache-nspr/os/unix/os.c,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- os.c	1998/09/22 18:05:53	1.3
  +++ os.c	1998/09/26 11:39:35	1.4
  @@ -7,6 +7,8 @@
   #include "os.h"
   #include "ap.h"
   
  +#include <stdio.h>
  +
   
   /* some linkers complain unless there's at least one function in each
    * .o file... and extra prototype is for gcc -Wmissing-prototypes