]> git.ipfire.org Git - thirdparty/snapper.git/commitdiff
Correct location of poll.h include 506/head
authorLeo <thinkabit.ukim@gmail.com>
Sun, 24 Nov 2019 19:00:32 +0000 (20:00 +0100)
committerLeo <thinkabit.ukim@gmail.com>
Sun, 24 Nov 2019 19:00:58 +0000 (20:00 +0100)
snapper/SystemCmd.h

index 91bffb3f835d94a125af97b7e86ebe67b59ec1a1..3d38604d9db56c5a64cd4f62435845ede1a56452 100644 (file)
@@ -24,7 +24,7 @@
 #ifndef SNAPPER_SYSTEM_CMD_H
 #define SNAPPER_SYSTEM_CMD_H
 
-#include <sys/poll.h>
+#include <poll.h>
 #include <stdio.h>
 
 #include <string>