13
0

NetBSD ships with <sys/endian.h> not <endian.h>

This commit is contained in:
Kamil Rytarowski 2016-07-05 16:29:18 +02:00 committed by Robin Gareus
parent 5b1b3a76b5
commit f69776e5b7

View File

@ -17,8 +17,11 @@
//
// ----------------------------------------------------------------------------
#if defined(__NetBSD__)
#include <sys/endian.h>
#else
#include <endian.h>
#endif
#include <sys/time.h>
#include "zita-alsa-pcmi.h"