[vlc-commits] [Git][videolan/vlc][master] Use proper header for OpenBSD PPC CPU detection

Steve Lhomme (@robUx4) gitlab at videolan.org
Fri Jul 1 05:57:44 UTC 2022



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


More information about the vlc-commits mailing list