diff options
| author | spicyjpeg <88942473+spicyjpeg@users.noreply.github.com> | 2022-03-12 14:28:11 +0100 |
|---|---|---|
| committer | spicyjpeg <88942473+spicyjpeg@users.noreply.github.com> | 2022-03-12 14:28:11 +0100 |
| commit | 8c68b4b8a5bf7757b8e4d6bc2f68f10584b0deb1 (patch) | |
| tree | 71e7927f56c5f11350f236e32b396adac3f75e3a /libpsn00b/include | |
| parent | 93f0a6d23ebed50833f565f949f351c2b80853ac (diff) | |
| download | psn00bsdk-8c68b4b8a5bf7757b8e4d6bc2f68f10584b0deb1.tar.gz | |
Minor fixes, add C++ placement new, n00bdemo 573 support
Diffstat (limited to 'libpsn00b/include')
| -rw-r--r-- | libpsn00b/include/elf.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libpsn00b/include/elf.h b/libpsn00b/include/elf.h index b4c4408..abfb3d5 100644 --- a/libpsn00b/include/elf.h +++ b/libpsn00b/include/elf.h @@ -12,7 +12,7 @@ #ifndef __ELF_H #define __ELF_H -#include <sys/types.h> +#include <stdint.h> typedef enum { DT_NULL = 0, /* Marks end of dynamic section */ |
