# HG changeset patch # User Mychaela Falconia # Date 1477963719 0 # Node ID ce636b0ffb3d2b6214323ca5ce63e88ce5bb7180 # Parent 5d9d955302562f370e8cd6e8c66051bca4752be5 target-utils/c139explore/dac.c: added missing extern u_long strtoul(); diff -r 5d9d95530256 -r ce636b0ffb3d target-utils/c139explore/dac.c --- 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() {