[vlc-commits] objres: max_align_t is defined in stddef.h
    Hugo Beauzée-Luyssen 
    git at videolan.org
       
    Mon Oct 30 17:11:28 CET 2017
    
    
  
vlc | branch: master | Hugo Beauzée-Luyssen <hugo at beauzee.fr> | 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>
 
    
    
More information about the vlc-commits
mailing list