fix compiling on solaris9. Thanks to Douglas E. Engert

git-svn-id: https://www.opensc-project.org/svnp/opensc/trunk@2645 c6295689-39f2-0310-b995-f0e70906c6a9
This commit is contained in:
aj 2005-10-11 20:57:15 +00:00
parent d631b554c9
commit ba303233ff
2 changed files with 3 additions and 4 deletions

View File

@ -21,7 +21,6 @@
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
#include <getopt.h>
#include <opensc/pkcs11.h>
#include "util.h"

View File

@ -4,9 +4,6 @@
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
#ifdef HAVE_GETOPT_H
#include <getopt.h>
#endif
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
@ -19,6 +16,9 @@
#include <unistd.h>
#endif
#include <sys/stat.h>
#ifdef HAVE_GETOPT_H
#include <getopt.h>
#endif
#include <opensc/opensc.h>
#ifdef __cplusplus