From 9b015efd4ca63b25d304a8fbf3b6edbf734023c2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?V=C3=A9ronique=20Legrand?= <vlegrand@koril-sis.local> Date: Tue, 24 May 2016 15:32:33 +0200 Subject: [PATCH] fix what I had broken while fixing merge conflict. --- src/main_utils.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main_utils.cpp b/src/main_utils.cpp index 22cc39a..ac6653d 100644 --- a/src/main_utils.cpp +++ b/src/main_utils.cpp @@ -4,7 +4,7 @@ * Created on: May 9, 2016 * Author: vlegrand */ - +#include <stdint.h> #include <unistd.h> #include <sys/types.h> #include <sys/sysctl.h> -- GitLab