summaryrefslogtreecommitdiffstats
path: root/cpukit/libnetworking/sys/poll.h
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2007-05-10 07:29:14 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2007-05-10 07:29:14 +0000
commitcd9564e1cd88d45a551d61e862b630e1c9a940d4 (patch)
tree085b3cf2ebef9b959cbd88c23cb231b121632aba /cpukit/libnetworking/sys/poll.h
parent2007-05-10 Ralf Corsépius <ralf.corsepius@rtems.org> (diff)
downloadrtems-cd9564e1cd88d45a551d61e862b630e1c9a940d4.tar.bz2
Include <rtems/bsd/sys/cdefs.h> instead of <sys/cdefs.h>.
Diffstat (limited to 'cpukit/libnetworking/sys/poll.h')
-rw-r--r--cpukit/libnetworking/sys/poll.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpukit/libnetworking/sys/poll.h b/cpukit/libnetworking/sys/poll.h
index 9ea42b9ddf..8237ba303c 100644
--- a/cpukit/libnetworking/sys/poll.h
+++ b/cpukit/libnetworking/sys/poll.h
@@ -31,7 +31,7 @@
#ifndef _SYS_POLL_H_
#define _SYS_POLL_H_
-#include <sys/cdefs.h>
+#include <rtems/bsd/sys/cdefs.h>
/*
* This file is intended to be compatible with the traditional poll.h.