test.c: Always include stdlib.h
authorEzra Peisach <epeisach@mit.edu>
Wed, 25 Apr 2001 17:36:07 +0000 (17:36 +0000)
committerEzra Peisach <epeisach@mit.edu>
Wed, 25 Apr 2001 17:36:07 +0000 (17:36 +0000)
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@13192 dc483132-0cff-0310-8789-dd5450dbe970

src/util/dyn/ChangeLog
src/util/dyn/test.c

index 8e9df29cc672d9a09ce62f41fd10bdd6e6c2b563..f6f22c9f73822f463daba2e8ea642f769baf7eb9 100644 (file)
@@ -1,5 +1,7 @@
 2001-04-25  Ezra Peisach  <epeisach@mit.edu>
 
+       * test.c: Always include stdlib.h
+
        * Makefile.in: Add lclint support.
 
        * dyn.h: Lclint annotate functions.
index 8282c607908bfe47385c963f945b8ff7ae220030..640865d027c6c4d24f7d1cd0e571c0673d9e6585 100644 (file)
@@ -17,9 +17,7 @@
 #include <sys/stdtypes.h>
 #include <malloc.h>
 #endif
-#ifdef HAVE_STDLIB_H
 #include <stdlib.h>
-#endif
 
 #include "dyn.h"