<div dir="ltr">There's a typo in the commit message body, it should read as stddef.h and not sddef.h<br></div><br><div class="gmail_quote"><div dir="ltr">Le dim. 9 déc. 2018 à 15:54, Alexandre Janniaux <<a href="mailto:alexandre.janniaux@gmail.com">alexandre.janniaux@gmail.com</a>> a écrit :<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">Include sddef.h to define size_t, as it is used later in the header.<br>
---<br>
 include/vlc_vector.h | 1 +<br>
 1 file changed, 1 insertion(+)<br>
<br>
diff --git a/include/vlc_vector.h b/include/vlc_vector.h<br>
index ccb580f893..76fc2822fd 100644<br>
--- a/include/vlc_vector.h<br>
+++ b/include/vlc_vector.h<br>
@@ -21,6 +21,7 @@<br>
 #define VLC_VECTOR_H<br>
<br>
 #include <stdbool.h><br>
+#include <stddef.h><br>
<br>
 /**<br>
  * \defgroup vector Vector<br>
-- <br>
2.19.2<br>
<br>
</blockquote></div>