Fix typo for HAVE_STDLIB_H.

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@15079 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Love Hörnquist Åstrand
2005-05-04 09:47:00 +00:00
parent e77d044a5a
commit 320c1146ba

View File

@@ -37,7 +37,7 @@ RCSID("$Id$");
#endif
#include <stdio.h>
#ifdef HAVE_STDLIB
#ifdef HAVE_STDLIB_H
#include <stdlib.h>
#endif
#include <string.h>