ocerman / zenmonitor

Zen monitor is monitoring software for AMD Zen-based CPUs.
MIT License
251 stars 28 forks source link

Fix build on GCC 10 #26

Closed Maxr1998 closed 4 years ago

Maxr1998 commented 4 years ago

Variable declarations in header files need the extern keyword to not cause duplication definition errors. Closes #25.

ocerman commented 4 years ago

Thank you for your PR. Merged.