1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-04 06:15:24 +00:00
freebsd-ports/audio/jack/files/patch-drivers_alsa_memops.c
Thomas Zander d9c6b86d6d Update to upstream version 0.125.0, add SNDIO option
PR:		218338
Submitted by:	tobik
2017-05-06 12:58:55 +00:00

12 lines
233 B
C

--- drivers/alsa/memops.c.orig 2016-02-23 15:13:53 UTC
+++ drivers/alsa/memops.c
@@ -30,7 +30,7 @@
#include <stdlib.h>
#include <stdint.h>
#include <limits.h>
-#include <endian.h>
+#include <sys/endian.h>
#include "memops.h"