Merge "BuildSystem: Enable Advanced Linux Sound Architecture (ALSA) in NetBSD."

This commit is contained in:
Jenkins2
2018-03-20 06:45:35 -05:00
committed by Gerrit Code Review
3 changed files with 17 additions and 13 deletions

View File

@@ -39,6 +39,10 @@
#include "asterisk.h"
#include <errno.h>
#ifndef ESTRPIPE
#define ESTRPIPE EPIPE
#endif
#include <fcntl.h>
#include <sys/ioctl.h>
#include <sys/time.h>