1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-29 01:13:08 +00:00
freebsd-ports/audio/jack/files/patch-drivers-alsa_memops.c
Sylvio Cesar Teixeira 5a43311e12 - Fixed location of include endian.h to file drivers/alsa/memops.c
PR:		ports/146407
Submitted by:	Richard Kolkovich <richard@sigil.org>
2010-05-09 00:02:05 +00:00

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>