vmatare / thinkfan

The minimalist fan control program
GNU General Public License v3.0
552 stars 62 forks source link

Won't compile on musl #55

Closed aux-j closed 5 years ago

aux-j commented 6 years ago

Hi there,

Thinkfan wasn't compiling on musl so I've whipped up a patch:

diff --git a/src/globaldefs.h b/src/globaldefs.h index 75d3f6f..5a72e27 100644 --- a/src/globaldefs.h +++ b/src/globaldefs.h @@ -26,6 +26,7 @@

include

include

include

+#include <sys/types.h>

define VERSION "0.9.1"

vmatare commented 6 years ago

Hey, thanks, could you make a pull request out of this so I can merge it while giving credit to you?

vmatare commented 6 years ago

Oh right, the Microsoft thing... well I don't have time right now, but I'll put a thinkfan repo on gitlab as soon as I find the time