mirror of
https://github.com/alsa-project/alsa-lib.git
synced 2026-02-08 10:06:19 -05:00
add NetBSD/OpenBSD build support (except test/)
This commit is contained in:
parent
07fe82cb9b
commit
455e8c4229
14 changed files with 52 additions and 17 deletions
|
|
@ -24,7 +24,10 @@
|
|||
#ifdef HAVE_SYS_SHM_H
|
||||
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
#if HAVE_MALLOC_H
|
||||
#include <malloc.h>
|
||||
#endif
|
||||
#include <string.h>
|
||||
#include <errno.h>
|
||||
#include <poll.h>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue