mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-04 06:15:24 +00:00
d9c6b86d6d
PR: 218338 Submitted by: tobik
12 lines
233 B
C
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"
|
|
|