ports/devel/mspdebug/files/patch-usbutil.c
Juergen Lock c77bb88ba6 MSPDebug is a free debugger for use with MSP430 MCUs. It supports
FET430UIF, eZ430, RF2500 and Olimex MSP-JTAG-TINY programmers. It can be
used as a proxy for gdb or as an independent debugger with support for
programming, disassembly and reverse engineering.

WWW: http://mspdebug.sourceforge.net/

PR:		ports/154517
Submitted by:	Peter Jeremy <peterjeremy at acm.org>
Feature safe:	yes
2011-02-05 16:27:43 +00:00

10 lines
233 B
C

--- usbutil.c.orig 2010-11-09 08:40:57.000000000 +1100
+++ usbutil.c 2011-01-23 20:53:11.561100726 +1100
@@ -17,6 +17,7 @@
*/
#include <stdio.h>
+#include <stdlib.h>
#include <string.h>
#include "usbutil.h"
#include "util.h"