summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatías Fonzo <selk@dragora.org>2020-01-25 19:05:53 -0300
committerMatías Fonzo <selk@dragora.org>2020-01-27 17:10:32 -0300
commitb52ef67d4a2208dfd9ea6c7618cbbc05c85c02f3 (patch)
tree6401f21bbe3e777606f49695d8a949d2fccd92f1
parent67fe6d2e739013d92158f2339aaa928d50c02ef7 (diff)
downloadtdebase-b52ef67d.tar.gz
tdebase-b52ef67d.zip
Redirect some headers noticed by the compiler
[..] In file included from /usr/src/qi/build/tdebase-trinity-14.0.7/twin/compton-tde/common.h:102, from /usr/src/qi/build/tdebase-trinity-14.0.7/twin/compton-tde/compton.h:10, from /usr/src/qi/build/tdebase-trinity-14.0.7/twin/compton-tde/compton.c:12: /usr/include/sys/poll.h:1:2: warning: #warning redirecting incorrect #include <sys/poll.h> to <poll.h> [-Wcpp] 1 | #warning redirecting incorrect #include <sys/poll.h> to <poll.h> [..] For reference: https://mirror.git.trinitydesktop.org/gitea/TDE/tdelibs/pulls/64 Signed-off-by: Matías Fonzo <selk@dragora.org>
-rw-r--r--twin/compton-tde/common.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/twin/compton-tde/common.h b/twin/compton-tde/common.h
index bcc2ad68b..9091fc582 100644
--- a/twin/compton-tde/common.h
+++ b/twin/compton-tde/common.h
@@ -99,7 +99,7 @@
#include <stdlib.h>
#include <string.h>
#include <inttypes.h>
-#include <sys/poll.h>
+#include <poll.h>
#include <assert.h>
#include <time.h>
#include <ctype.h>