Make build on Windows

This commit is contained in:
Nicolas Williams
2013-06-21 23:09:44 -05:00
parent b935bf493e
commit f80cc553f8
4 changed files with 15 additions and 0 deletions

View File

@@ -41,6 +41,7 @@
#include <stdio.h>
#include <stdlib.h>
#include <stdint.h>
#include <string.h>
#include "symbol.h"
#include "lex.h"

View File

@@ -36,6 +36,8 @@
#ifndef __DER_H__
#define __DER_H__
#include <stdint.h>
typedef enum {
ASN1_C_UNIV = 0,
ASN1_C_APPL = 1,

View File

@@ -40,6 +40,7 @@
#include <stdio.h>
#include <stdarg.h>
#include <stdlib.h>
#include <stdint.h>
#include <string.h>
#ifdef HAVE_UNISTD_H
#include <unistd.h>

View File

@@ -781,3 +781,14 @@ EXPORTS
; FAST
_krb5_fast_cf2
_krb5_fast_armor_key
; Recent additions
krb5_ntlm_init_get_challenge;
krb5_cc_type_dcc;
krb5_dcc_ops;
_krb5_load_plugins;
_krb5_plugin_find;
_krb5_plugin_free;
_krb5_plugin_run_f;
_krb5_expand_path_tokensv;