Revert "do not include stdint.h unprotected"

This reverts commit cb6f7ea40e.

stdint.h can be included everywhere now that the Windows
platform generates and installs a stdint.h when Visual
Studio does not provide one.

Change-Id: Ia3cab28d7f5806203cd45227765debda54ac7472
This commit is contained in:
Jeffrey Altman
2012-06-26 17:03:08 -04:00
parent 98809e86ce
commit 2f17afacda
6 changed files with 6 additions and 8 deletions

View File

@@ -36,7 +36,7 @@
#ifndef __DER_H__
#define __DER_H__
#include <roken.h>
#include <stdint.h>
typedef enum {
ASN1_C_UNIV = 0,