changeset 110:ce636b0ffb3d

target-utils/c139explore/dac.c: added missing extern u_long strtoul();
author Mychaela Falconia <falcon@freecalypso.org>
date Tue, 01 Nov 2016 01:28:39 +0000
parents 5d9d95530256
children 10ff8b38c7fd
files target-utils/c139explore/dac.c
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/target-utils/c139explore/dac.c	Tue Nov 01 01:27:48 2016 +0000
+++ b/target-utils/c139explore/dac.c	Tue Nov 01 01:28:39 2016 +0000
@@ -7,6 +7,8 @@
 #include "types.h"
 #include "abbdefs.h"
 
+extern u_long strtoul();
+
 void
 cmd_dacon()
 {