freebsd-ports/audio/ample/files/patch-src::base64.c
Kirill Ponomarev c9c718150d Update to version 0.5.7
PR:		ports/68627
Submitted by:	Ports Fury
2004-07-03 15:36:44 +00:00

11 lines
282 B
C

--- src/base64.c.orig Tue Nov 25 18:28:56 2003
+++ src/base64.c Sat Jul 3 22:38:53 2004
@@ -18,6 +18,8 @@
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/
+#include <config.h>
+
#include <stdlib.h>
#include <string.h>
#ifdef HAVE_SYS_TYPES_H