diff options
author | Amitay Isaacs <amitay@gmail.com> | 2018-03-27 16:23:22 +1100 |
---|---|---|
committer | Amitay Isaacs <amitay@ozlabs.org> | 2018-05-18 15:40:34 +1000 |
commit | b278488943c169c14746233534169714aa618864 (patch) | |
tree | 361c68c6613b26019c5b463dd90729f576cdee4a /libpdbg/libpdbg.h | |
parent | 81ece2b8a6e772b2aea5df292dada117ce4ec549 (diff) | |
download | pdbg-b278488943c169c14746233534169714aa618864.tar.gz pdbg-b278488943c169c14746233534169714aa618864.zip |
libpdbg: Make libpdbg.h self-conained
Signed-off-by: Amitay Isaacs <amitay@ozlabs.org>
Diffstat (limited to 'libpdbg/libpdbg.h')
-rw-r--r-- | libpdbg/libpdbg.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/libpdbg/libpdbg.h b/libpdbg/libpdbg.h index 50d1f37..2e5cd12 100644 --- a/libpdbg/libpdbg.h +++ b/libpdbg/libpdbg.h @@ -1,6 +1,10 @@ #ifndef __LIBPDBG_H #define __LIBPDBG_H +#include <stdio.h> +#include <stdint.h> +#include <stdbool.h> + extern bool pdbg_expert_mode; struct pdbg_target; |