summaryrefslogtreecommitdiffstats
path: root/cpukit/libnetworking/poll.h
diff options
context:
space:
mode:
Diffstat (limited to 'cpukit/libnetworking/poll.h')
-rw-r--r--cpukit/libnetworking/poll.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/cpukit/libnetworking/poll.h b/cpukit/libnetworking/poll.h
new file mode 100644
index 0000000000..0287495599
--- /dev/null
+++ b/cpukit/libnetworking/poll.h
@@ -0,0 +1,6 @@
+#ifndef _POLL_H_
+#define _POLL_H_
+
+#include <sys/poll.h>
+
+#endif /* !_POLL_H_ */