26 lines
553 B
Diff
26 lines
553 B
Diff
From eebb3feb1b79dab95153eb56aaf93edea8c6fa93 Mon Sep 17 00:00:00 2001
|
|
From: Thomas Klaehn <thomas.klaehn@perinet.io>
|
|
Date: Tue, 15 Oct 2019 09:13:03 +0200
|
|
Subject: [PATCH 3/3] .
|
|
|
|
---
|
|
src/helper/system.h | 2 +-
|
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
|
|
|
diff --git a/src/helper/system.h b/src/helper/system.h
|
|
index f710cfb5..22ffd295 100644
|
|
--- a/src/helper/system.h
|
|
+++ b/src/helper/system.h
|
|
@@ -57,7 +57,7 @@
|
|
#include <sys/socket.h>
|
|
#endif
|
|
#ifdef HAVE_SYS_POLL_H
|
|
-#include <sys/poll.h>
|
|
+#include <poll.h>
|
|
#endif
|
|
|
|
#ifdef __ECOS
|
|
--
|
|
2.20.1
|
|
|