Fixes #466
This commit is contained in:
parent
58389b9ca4
commit
0030bef793
|
|
@ -133,6 +133,13 @@
|
||||||
|
|
||||||
#include <sys/endian.h>
|
#include <sys/endian.h>
|
||||||
|
|
||||||
|
/**
|
||||||
|
* QNX Neutrino handling
|
||||||
|
*/
|
||||||
|
#elif defined(__QNXNTO__)
|
||||||
|
|
||||||
|
#include <net/netbyte.h>
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Not on apple, and not on windows
|
* Not on apple, and not on windows
|
||||||
*/
|
*/
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue