Steve Lhomme pushed to branch master at VideoLAN / VLC


Commits:
9f083f93 by Brad Smith at 2022-07-01T05:45:15+00:00
Use proper header for OpenBSD PPC CPU detection

- - - - -


1 changed file:

- src/misc/cpu.c


Changes:

=====================================
src/misc/cpu.c
=====================================
@@ -53,7 +53,7 @@
 #endif
 
 #if defined(__OpenBSD__) && defined(__powerpc__)
-#include <sys/param.h>
+#include <sys/types.h>
 #include <sys/sysctl.h>
 #include <machine/cpu.h>
 #endif



View it on GitLab: 
https://code.videolan.org/videolan/vlc/-/commit/9f083f93844f40483a5a118ace40cfef025cfc99

-- 
View it on GitLab: 
https://code.videolan.org/videolan/vlc/-/commit/9f083f93844f40483a5a118ace40cfef025cfc99
You're receiving this email because of your account on code.videolan.org.


VideoLAN code repository instance
_______________________________________________
vlc-commits mailing list
vlc-commits@videolan.org
https://mailman.videolan.org/listinfo/vlc-commits

Reply via email to