pkgsrc/audio/daapd/patches/patch-daapd.cc
2012-02-15 21:20:24 +00:00

12 lines
310 B
C++

$NetBSD: patch-daapd.cc,v 1.1 2012/02/15 21:20:24 hans Exp $
--- daapd.cc.orig 2012-01-17 00:33:56.007883523 +0100
+++ daapd.cc 2012-01-17 00:37:49.469248794 +0100
@@ -29,6 +29,7 @@
#include <cstring>
#include <cassert>
+#include <limits.h>
#include <unistd.h>
#include <errno.h>
#include <sys/time.h>