jerenkrantz    01/08/01 11:16:05

  Modified:    test     testmd4.c
  Log:
  Include stdlib.h for atexit declaration.
  
  Revision  Changes    Path
  1.2       +1 -0      apr-util/test/testmd4.c
  
  Index: testmd4.c
  ===================================================================
  RCS file: /home/cvs/apr-util/test/testmd4.c,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- testmd4.c 2001/06/01 22:36:34     1.1
  +++ testmd4.c 2001/08/01 18:16:05     1.2
  @@ -75,6 +75,7 @@
   
   #include <stdio.h>
   #include <string.h>
  +#include <stdlib.h>
   
   /*
    * This is a MD4 test program based on the code published in RFC 1320.
  
  
  

Reply via email to