diff options
author | Jonathan Farrugia | 2020-02-21 16:48:22 +0100 |
---|---|---|
committer | GitHub | 2020-02-21 16:48:21 +0100 |
commit | d9f5914d47bee7d737c9c9de88d6ac795cc3d39a (patch) | |
tree | 398c172083dd8fe4c87b7e01b53d6dbd68cb8627 | |
parent | 76b0752f79845e00b8999345f55d7575f9d2d7f0 (diff) |
Added <stdlib.h> (#19)
Silences a warning during compilation
-rw-r--r-- | src/zenmonitor.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/zenmonitor.c b/src/zenmonitor.c index 09495c0..28b74a4 100644 --- a/src/zenmonitor.c +++ b/src/zenmonitor.c @@ -1,6 +1,7 @@ #include <gtk/gtk.h> #include <cpuid.h> #include <string.h> +#include <stdlib.h> #include "zenmonitor.h" #include "zenpower.h" #include "msr.h" |