aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--gdb/remote-eb.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/gdb/remote-eb.c b/gdb/remote-eb.c
index 7bc8842..351eec3 100644
--- a/gdb/remote-eb.c
+++ b/gdb/remote-eb.c
@@ -44,6 +44,8 @@ extern struct value *call_function_by_hand();
extern struct target_ops eb_ops; /* Forward declaration */
+static void eb_close();
+
#define LOG_FILE "eb.log"
#if defined (LOG_FILE)
FILE *log_file;