aboutsummaryrefslogtreecommitdiff
path: root/elf.h
diff options
context:
space:
mode:
Diffstat (limited to 'elf.h')
-rw-r--r--elf.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/elf.h b/elf.h
index 52ccf3f..ecabafa 100644
--- a/elf.h
+++ b/elf.h
@@ -28,13 +28,12 @@ typedef signed char int8_t;
typedef short int int16_t;
typedef int int32_t;
typedef long long int int64_t;
-#endif
-
typedef unsigned char uint8_t;
typedef unsigned short int uint16_t;
typedef unsigned int uint32_t;
typedef unsigned long long int uint64_t;
#endif
+#endif
/* Standard ELF types. */