summaryrefslogtreecommitdiffstats
path: root/cpukit/libnetworking/rtems/rtems_socketpair.c
diff options
context:
space:
mode:
Diffstat (limited to 'cpukit/libnetworking/rtems/rtems_socketpair.c')
-rw-r--r--cpukit/libnetworking/rtems/rtems_socketpair.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpukit/libnetworking/rtems/rtems_socketpair.c b/cpukit/libnetworking/rtems/rtems_socketpair.c
index 0e0141919e..5e7193cf18 100644
--- a/cpukit/libnetworking/rtems/rtems_socketpair.c
+++ b/cpukit/libnetworking/rtems/rtems_socketpair.c
@@ -30,7 +30,7 @@
#include <unistd.h>
#include <sys/socket.h>
-#include <sys/errno.h>
+#include <errno.h>
int socketpair (int domain, int type, int protocol, int *rsv)
{