mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-29 01:13:08 +00:00
5a43311e12
PR: ports/146407 Submitted by: Richard Kolkovich <richard@sigil.org>
12 lines
286 B
C
12 lines
286 B
C
--- drivers/alsa/memops.c.orig 2010-05-08 20:23:13.000000000 -0300
|
|
+++ drivers/alsa/memops.c 2010-05-08 20:23:24.000000000 -0300
|
|
@@ -30,7 +30,7 @@
|
|
#include <stdlib.h>
|
|
#include <stdint.h>
|
|
#include <limits.h>
|
|
-#include <endian.h>
|
|
+#include <sys/endian.h>
|
|
|
|
#include <jack/memops.h>
|
|
|