Skip to content

Use proper header for OpenBSD PPC CPU detection

Brad Smith requested to merge brad/vlc:openbsd_sysctl_header into master

Use the proper header for PPC CPU detection code. sys/param.h includes sys/types, but sys/types.h is the more appropriate header to be used here.

Merge request reports