summaryrefslogtreecommitdiff
path: root/audio/daapd/patches/patch-ag
blob: 39e03734963b81a1947b9817693c920a5af62a85 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
$NetBSD: patch-ag,v 1.1 2011/11/20 17:46:34 marino Exp $

--- daaplib/include/daap/basic.h.orig	2011-11-20 17:12:14.236503000 +0000
+++ daaplib/include/daap/basic.h
@@ -53,7 +53,7 @@
 		typedef int32_t  s32;
 		typedef int16_t  s16;
 		typedef int8_t   s8;
-	#elif
+	#else
 		#error "uh - no idea what the int types could be!"
 	#endif