diff target-utils/libcommon/abbcmd.c @ 107:4be951811791

target-utils/libcommon: extern u_long strtoul(); added where needed
author Mychaela Falconia <falcon@freecalypso.org>
date Tue, 01 Nov 2016 01:10:33 +0000
parents e7502631a0f9
children 44a1de4264d8
line wrap: on
line diff
--- a/target-utils/libcommon/abbcmd.c	Tue Nov 01 01:00:43 2016 +0000
+++ b/target-utils/libcommon/abbcmd.c	Tue Nov 01 01:10:33 2016 +0000
@@ -7,6 +7,8 @@
 #include "types.h"
 #include "abbdefs.h"
 
+extern u_long strtoul();
+
 extern u16 abb_reg_read();
 extern void abb_reg_write();