Christian Weisgerber | 29 Sep 14:40
Picon

audiofile-0.2.4: test/seek.c nit

gcc only warns about this on 64-bit machines.

--- test/seek.c.orig	2003-09-29 14:36:01.000000000 +0200
+++ test/seek.c	2003-09-29 14:36:13.000000000 +0200
@@ -31,6 +31,7 @@

 #include <stdio.h>
 #include <stdlib.h>
+#include <string.h>

 #include <audiofile.h>

--

-- 
Christian "naddy" Weisgerber                          naddy <at> mips.inka.de

Michael Pruett | 30 Sep 03:05

Re: audiofile-0.2.4: test/seek.c nit

Christian, thanks for catching this omission.  I have fixed it in CVS.

Michael

On Mon, Sep 29, 2003 at 02:40:55PM +0200, Christian Weisgerber wrote:
> gcc only warns about this on 64-bit machines.
> 
> --- test/seek.c.orig	2003-09-29 14:36:01.000000000 +0200
> +++ test/seek.c	2003-09-29 14:36:13.000000000 +0200
> @@ -31,6 +31,7 @@
>  
>  #include <stdio.h>
>  #include <stdlib.h>
> +#include <string.h>
>  
>  #include <audiofile.h>
>  
> -- 
> Christian "naddy" Weisgerber                          naddy <at> mips.inka.de


Gmane