Update msr.c

Silences even more warnings at compile time.
This commit is contained in:
Jonathan Farrugia 2019-10-11 21:59:13 +02:00 committed by GitHub
parent 72a981c13f
commit 3d6f0cccb0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -4,6 +4,8 @@
#include <unistd.h>
#include <fcntl.h>
#include <math.h>
#include "stdlib.h"
#include "string.h"
#include "zenmonitor.h"
#include "msr.h"