No asm/types.h on MacOSX either

git-svn-id: https://www.opensc-project.org/svnp/opensc/trunk@2363 c6295689-39f2-0310-b995-f0e70906c6a9
This commit is contained in:
sth 2005-06-27 11:51:00 +00:00
parent 1d58adfbf4
commit 505d2a5f7c
1 changed files with 3 additions and 3 deletions

View File

@ -22,11 +22,11 @@
#include <config.h>
#endif
#ifdef HAVE_OPENSSL
#ifndef _WIN32
#if defined(__APPLE__) || defined(_WIN32)
typedef unsigned long __u32;
#else
#include <asm/types.h>
#include <netinet/in.h>
#else
typedef unsigned long __u32;
#endif
#include <openssl/bn.h>
#include <openssl/crypto.h>