update Sat Sep 12 12:37:01 PDT 2009
[pkgsrc.git] / wip / alsa-lib / patches / patch-aa
1 $NetBSD$
2
3 --- ./include/asoundlib-head.h.orig     2008-10-28 18:06:56.000000000 +0200
4 +++ ./include/asoundlib-head.h  2008-10-28 18:07:24.000000000 +0200
5 @@ -34,7 +34,11 @@
6  #include <string.h>
7  #include <fcntl.h>
8  #include <assert.h>
9 +#ifdef __NetBSD__
10 +#include <sys/endian.h>
11 +#else
12  #include <endian.h>
13 +#endif
14  #include <sys/poll.h>
15  #include <errno.h>
16  #include <stdarg.h>