summaryrefslogtreecommitdiffstats
path: root/c/src/libchip
diff options
context:
space:
mode:
Diffstat (limited to 'c/src/libchip')
-rw-r--r--c/src/libchip/network/if_fxp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/c/src/libchip/network/if_fxp.c b/c/src/libchip/network/if_fxp.c
index be089b04aa..8d6fd84dd8 100644
--- a/c/src/libchip/network/if_fxp.c
+++ b/c/src/libchip/network/if_fxp.c
@@ -64,7 +64,7 @@
#include <rtems/rtems_bsdnet.h>
#include <bsp.h>
-#include <sys/errno.h>
+#include <errno.h>
#include <sys/param.h>
#include <sys/mbuf.h>
#include <sys/socket.h>