brian       96/11/03 13:10:14

  Modified:    support   htdigest.c
  Log:
  Missing include file, as with htpasswd.c
  
  Revision  Changes    Path
  1.6       +1 -0      apache/support/htdigest.c
  
  Index: htdigest.c
  ===================================================================
  RCS file: /export/home/cvs/apache/support/htdigest.c,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -C3 -r1.5 -r1.6
  *** htdigest.c        1996/11/03 21:02:31     1.5
  --- htdigest.c        1996/11/03 21:10:13     1.6
  ***************
  *** 10,15 ****
  --- 10,16 ----
    #include <sys/signal.h>
    #include <stdlib.h>
    #include <time.h>
  + #include <unistd.h>
    
    /* This is probably the easiest way to do it */
    #include "../src/md5c.c"
  
  
  

Reply via email to