summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-09-27 13:11:13 -0500
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-09-27 13:11:13 -0500
commit095f615ab0c1a5494b6fbbf0d71acbf6ef041304 (patch)
tree6388f606d8a4d9c381045dfcee27562ec16a00eb
parent44273426d153c4718502c89a44d9aa41628bd5ab (diff)
downloadamarok-095f615a.tar.gz
amarok-095f615a.zip
Fix FTBFS on x86 systems
-rw-r--r--amarok/src/mediadevice/daap/mongrel/http11/http11.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/amarok/src/mediadevice/daap/mongrel/http11/http11.c b/amarok/src/mediadevice/daap/mongrel/http11/http11.c
index fa1b36ae..e3d6c526 100644
--- a/amarok/src/mediadevice/daap/mongrel/http11/http11.c
+++ b/amarok/src/mediadevice/daap/mongrel/http11/http11.c
@@ -2,6 +2,10 @@
* Copyright (c) 2005 Zed A. Shaw
* You can redistribute it and/or modify it under the same terms as Ruby.
*/
+
+#define HAVE_STRLCAT_PROTO 1
+#define HAVE_STRLCPY_PROTO 1
+
#include "config.h"
#include "ruby.h"
#include "ext_help.h"