summaryrefslogtreecommitdiff
path: root/audio/alsa-lib/files/patch-include_pcm.h
blob: 6dd552dd0db4493f6a2f774dc5abe4c1402b9103 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
--- include/pcm.h.orig	2016-03-31 13:10:39 UTC
+++ include/pcm.h
@@ -29,6 +29,13 @@
 #ifndef __ALSA_PCM_H
 #define __ALSA_PCM_H
 
+#ifndef ESTRPIPE
+#define ESTRPIPE EPIPE
+#endif
+#ifndef EBADFD
+#define EBADFD EBADF
+#endif
+
 #ifdef __cplusplus
 extern "C" {
 #endif