mirror of
https://github.com/86Box/86Box.git
synced 2025-01-23 09:42:47 -05:00
Fix a build failure on NetBSD.
This commit is contained in:
parent
593d09b9ec
commit
2947e0fd89
1 changed files with 4 additions and 0 deletions
|
@ -35,6 +35,8 @@
|
|||
* USA.
|
||||
*/
|
||||
|
||||
#ifndef __NetBSD__
|
||||
|
||||
#ifndef BSWAP_H
|
||||
#define BSWAP_H
|
||||
|
||||
|
@ -239,3 +241,5 @@ cpu_to_be32wu(uint32_t *p, uint32_t v)
|
|||
#undef be_bswaps
|
||||
|
||||
#endif /*BSWAP_H*/
|
||||
|
||||
#endif
|
||||
|
|
Loading…
Add table
Reference in a new issue