diff options
author | Lars Thegler <lth@FreeBSD.org> | 2004-11-24 14:36:38 +0000 |
---|---|---|
committer | Lars Thegler <lth@FreeBSD.org> | 2004-11-24 14:36:38 +0000 |
commit | 13a2169bc36ac351180d502935a0b978394532f1 (patch) | |
tree | 9b69db35944ecd076977eb446825ad9b31b60063 /audio/daapd | |
parent | Add whitespace around parentheses in .if logic, in order to unbreak (diff) |
Unbreak build
Noticed by: Henrik Andersen
Diffstat (limited to 'audio/daapd')
-rw-r--r-- | audio/daapd/files/patch-db.cc | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/audio/daapd/files/patch-db.cc b/audio/daapd/files/patch-db.cc new file mode 100644 index 000000000000..0d8f4620500a --- /dev/null +++ b/audio/daapd/files/patch-db.cc @@ -0,0 +1,11 @@ +--- db.cc.orig Wed Sep 1 23:42:10 2004 ++++ db.cc Wed Sep 1 23:42:58 2004 +@@ -36,7 +36,7 @@ + #ifdef __APPLE__ + #include <malloc/malloc.h> + #else +- #include <malloc.h> ++ #include <stdlib.h> + #endif + + #ifdef MPEG4_ENABLE |