summaryrefslogtreecommitdiff
path: root/audio/webrtc-audio-processing0/files/patch-webrtc_base_stringutils.h
blob: c01ec8a2c14b2f17c65be279e7d6d7e8eeb3118c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
- BSD macro (in sys/param.h) is an archaic of the (University of California) past

--- webrtc/base/stringutils.h.orig	2018-07-23 14:02:57 UTC
+++ webrtc/base/stringutils.h
@@ -23,7 +23,7 @@
 #endif  // WEBRTC_WIN 
 
 #if defined(WEBRTC_POSIX)
-#ifdef BSD
+#ifdef WEBRTC_BSD
 #include <stdlib.h>
 #else  // BSD
 #include <alloca.h>