1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-22 00:35:15 +00:00

- Fixed location of include endian.h to file drivers/alsa/memops.c

PR:		ports/146407
Submitted by:	Richard Kolkovich <richard@sigil.org>
This commit is contained in:
Sylvio Cesar Teixeira 2010-05-09 00:02:05 +00:00
parent bf3048c2bf
commit 5a43311e12
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=253954

View File

@ -0,0 +1,11 @@
--- 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>