Fixup fromcvs/togit conversion
[minix-pkgsrc.git] / audio / arts / patches / patch-ao
blobf0f1a56e31f95ef6efe682d6c638f55dc642324c
1 $NetBSD$
3 --- soundserver/artsplay.cc.orig        2008-02-13 10:35:22.000000000 +0100
4 +++ soundserver/artsplay.cc     2011-07-26 16:43:03.112490880 +0200
5 @@ -25,6 +25,10 @@
6  #include "soundserver.h"
7  #include "artsversion.h"
8  
9 +#ifdef __sun
10 +#include <limits.h>
11 +#endif
13  #include <sys/param.h>
14  #include <stdio.h>
15  #include <stdlib.h>