mirror of
https://git.freebsd.org/ports.git
synced 2025-07-14 15:59:18 -04:00
11 lines
233 B
C
11 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"
|
|
|