summaryrefslogtreecommitdiff
path: root/05/tcc-0.9.27/elf.h
diff options
context:
space:
mode:
authorpommicket <pommicket@gmail.com>2023-07-03 15:47:07 -0400
committerpommicket <pommicket@gmail.com>2023-07-03 15:47:07 -0400
commit3384d6913338dcacd36468ea621668417cea1ed3 (patch)
tree9b0f7aa3d3229e1c0238057789834bdb0849bba7 /05/tcc-0.9.27/elf.h
parentfe7a0abd38d61a449c4beaa7a514c2be5df872cf (diff)
fix compile errors
Diffstat (limited to '05/tcc-0.9.27/elf.h')
-rw-r--r--05/tcc-0.9.27/elf.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/05/tcc-0.9.27/elf.h b/05/tcc-0.9.27/elf.h
index 6c2faed..6dd4505 100644
--- a/05/tcc-0.9.27/elf.h
+++ b/05/tcc-0.9.27/elf.h
@@ -20,9 +20,7 @@
#define _ELF_H 1
#ifndef _WIN32
-#ifdef __GNUC__
#include <inttypes.h>
-#endif
#else
#ifndef __int8_t_defined
#define __int8_t_defined