Fix malloc warning by using stdlib.h

git-svn-id: https://www.opensc-project.org/svnp/opensc/trunk@5211 c6295689-39f2-0310-b995-f0e70906c6a9
This commit is contained in:
dengert 2011-02-18 20:37:50 +00:00
parent 8f4dfe2c85
commit 432a89c18b

View File

@ -25,12 +25,10 @@
#include "config.h"
#include <ctype.h>
#include <stdlib.h>
#include <string.h>
#include <fcntl.h>
#include <limits.h>
#ifdef HAVE_MALLOC_H
#include <malloc.h>
#endif
#ifdef ENABLE_OPENSSL
/* openssl only needed for card administration */
#include <openssl/evp.h>