Added <stdlib.h> (#19)

Silences a warning during compilation
This commit is contained in:
Jonathan Farrugia 2020-02-21 16:48:22 +01:00 committed by GitHub
parent 76b0752f79
commit d9f5914d47
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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"