From 5bc66c3ad760cff9cbcf8ccd6c43c0e0b9dde722 Mon Sep 17 00:00:00 2001 From: Leo Date: Sun, 24 Nov 2019 20:00:32 +0100 Subject: [PATCH] Correct location of poll.h include --- snapper/SystemCmd.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/snapper/SystemCmd.h b/snapper/SystemCmd.h index 91bffb3f..3d38604d 100644 --- a/snapper/SystemCmd.h +++ b/snapper/SystemCmd.h @@ -24,7 +24,7 @@ #ifndef SNAPPER_SYSTEM_CMD_H #define SNAPPER_SYSTEM_CMD_H -#include +#include #include #include -- 2.47.3