[vlc-commits] memrchr: try to fix macOS compilation
    Jean-Baptiste Kempf 
    git at videolan.org
       
    Sun Jul 17 21:31:44 CEST 2016
    
    
  
vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Sun Jul 17 21:29:40 2016 +0200| [cfde608bb7f79af1f309c1c7712646f871d1427f] | committer: Jean-Baptiste Kempf
memrchr: try to fix macOS compilation
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=cfde608bb7f79af1f309c1c7712646f871d1427f
---
 compat/memrchr.c |    1 +
 1 file changed, 1 insertion(+)
diff --git a/compat/memrchr.c b/compat/memrchr.c
index c7a038c..da09e1a 100644
--- a/compat/memrchr.c
+++ b/compat/memrchr.c
@@ -20,6 +20,7 @@
 #endif
 
 #include <string.h>
+#include <stddef.h>
 
 /*
  * Reverse memchr()
    
    
More information about the vlc-commits
mailing list