mjg59 / mei-amt-check

Check whether AMT is enabled and provisioned under Linux
GNU General Public License v2.0
464 stars 35 forks source link

Remove direct inclusion of <bits/wordsize.h> #10

Closed leahneukirchen closed 7 years ago

leahneukirchen commented 7 years ago

This allows building on non-glibc systems such as musl, and wordsize.h is included via stdint.h anyway.