summaryrefslogtreecommitdiffstats
path: root/libpdbg/libpdbg.h
diff options
context:
space:
mode:
authorAmitay Isaacs <amitay@gmail.com>2018-03-27 16:23:22 +1100
committerAmitay Isaacs <amitay@ozlabs.org>2018-05-18 15:40:34 +1000
commitb278488943c169c14746233534169714aa618864 (patch)
tree361c68c6613b26019c5b463dd90729f576cdee4a /libpdbg/libpdbg.h
parent81ece2b8a6e772b2aea5df292dada117ce4ec549 (diff)
downloadpdbg-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.h4
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;
OpenPOWER on IntegriCloud