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:
@@ -270,9 +270,7 @@ init_generate (const char *filename, const char *base)
|
||||
"#endif\n"
|
||||
"#include <stdio.h>\n"
|
||||
"#include <stdlib.h>\n"
|
||||
"#ifdef HAVE_STDINT_H\n"
|
||||
"#include <stdint.h>\n"
|
||||
"#endif\n"
|
||||
"#include <time.h>\n"
|
||||
"#include <string.h>\n"
|
||||
"#include <errno.h>\n"
|
||||
@@ -375,9 +373,7 @@ generate_header_of_codefile(const char *name)
|
||||
"#define ASN1_LIB\n\n"
|
||||
"#include <stdio.h>\n"
|
||||
"#include <stdlib.h>\n"
|
||||
"#ifdef HAVE_STDINT_H\n"
|
||||
"#include <stdint.h>\n"
|
||||
"#endif\n"
|
||||
"#include <stdint.h>\n"
|
||||
"#include <time.h>\n"
|
||||
"#include <string.h>\n"
|
||||
"#include <errno.h>\n"
|
||||
|
Reference in New Issue
Block a user