summaryrefslogtreecommitdiff
path: root/gdb/ser-e7kpc.c
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/ser-e7kpc.c')
-rw-r--r--gdb/ser-e7kpc.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/gdb/ser-e7kpc.c b/gdb/ser-e7kpc.c
index 063cca13d63..8496ae411a2 100644
--- a/gdb/ser-e7kpc.c
+++ b/gdb/ser-e7kpc.c
@@ -19,8 +19,8 @@
Foundation, Inc., 59 Temple Place - Suite 330,
Boston, MA 02111-1307, USA. */
-#if defined __GO32__ || defined _WIN32
#include "defs.h"
+#if defined __GO32__ || defined _WIN32
#include "serial.h"
#include "gdb_string.h"
@@ -425,6 +425,8 @@ static struct serial_ops e7000pc_ops =
#endif /*_WIN32 or __GO32__*/
+extern initialize_file_ftype _initialize_ser_e7000pc; /* -Wmissing-prototypes */
+
void
_initialize_ser_e7000pc (void)
{