Merge pull request #476 from blogic/master
[feed/routing.git] / mcproxy / patches / 0003-add-sourcefilter.patch
index cf67411f956fd42789770894cadd0942ba81f741..26dc98df94cad0028a1878cd6fd1692ea72e7205 100644 (file)
@@ -6,7 +6,7 @@ Index: mcproxy-2017-08-24-93b5ace42268160ebbfff4c61818fb15fa2d9b99/mcproxy/src/u
  #include <numeric>
  #include <unistd.h>
  
-+#ifndef __GLIBC__
++#if !defined(__GLIBC__) || defined(__UCLIBC__)
 +#include "sourcefilter.cpp"
 +#endif /* __GLIBC__ */
 +