avrdude-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [avrdude-dev] make depend


From: E. Weddington
Subject: Re: [avrdude-dev] make depend
Date: Tue, 11 Feb 2003 14:22:22 -0700

On 11 Feb 2003 at 14:11, E. Weddington wrote:

> I also get an "implicit declaration of memset" in pgm.c:50
> 

Patch. (I know, like it's a big deal, but I'm testing out CVS here 
(on Windows no less) so bear with me.)

Eric



Index: avrdude/pgm.c
===================================================================
RCS file: /cvsroot/avrdude/avrdude/pgm.c,v
retrieving revision 1.7
diff -u -r1.7 pgm.c
--- avrdude/pgm.c       9 Feb 2003 13:36:48 -0000       1.7
+++ avrdude/pgm.c       11 Feb 2003 21:17:35 -0000
@@ -21,6 +21,7 @@
 
 #include <stdlib.h>
 #include <stdio.h>
+#include <string.h>
 
 #include "pgm.h"
 

reply via email to

[Prev in Thread] Current Thread [Next in Thread]