vlc | branch: master | Hugo Beauzée-Luyssen <[email protected]> | Thu Oct 12 
17:36:58 2017 +0200| [c63cca5cd3916c69a83183d84106e08d01d9e91c] | committer: 
Hugo Beauzée-Luyssen

objres: max_align_t is defined in stddef.h

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=c63cca5cd3916c69a83183d84106e08d01d9e91c
---

 src/misc/objres.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/misc/objres.c b/src/misc/objres.c
index 1afaccb700..a594a5b49d 100644
--- a/src/misc/objres.c
+++ b/src/misc/objres.c
@@ -25,7 +25,7 @@
 #include <assert.h>
 #include <errno.h>
 #include <stdlib.h>
-#include <stdalign.h>
+#include <stddef.h>
 
 #include <vlc_common.h>
 

_______________________________________________
vlc-commits mailing list
[email protected]
https://mailman.videolan.org/listinfo/vlc-commits

Reply via email to