mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-26 21:41:27 -04:00
14 lines
338 B
Plaintext
14 lines
338 B
Plaintext
$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
|
|
|