summaryrefslogtreecommitdiffstats
path: root/cpukit/libmisc/shell/hexdump-odsyntax.c
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2018-10-04 20:16:45 +0200
committerSebastian Huber <sebastian.huber@embedded-brains.de>2018-10-09 13:26:47 +0200
commit6cdaa850c8698b0949ebc393fc2e423762e85b94 (patch)
tree43a124dd8d8628dcaa7ca8f329a740c44f7a8860 /cpukit/libmisc/shell/hexdump-odsyntax.c
parenttelnetd: Ignore setsockopt() return status (diff)
downloadrtems-6cdaa850c8698b0949ebc393fc2e423762e85b94.tar.bz2
shell: Use #include "..." for local header files
Update #3375.
Diffstat (limited to 'cpukit/libmisc/shell/hexdump-odsyntax.c')
-rw-r--r--cpukit/libmisc/shell/hexdump-odsyntax.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpukit/libmisc/shell/hexdump-odsyntax.c b/cpukit/libmisc/shell/hexdump-odsyntax.c
index bc6211b0d5..8da2a34794 100644
--- a/cpukit/libmisc/shell/hexdump-odsyntax.c
+++ b/cpukit/libmisc/shell/hexdump-odsyntax.c
@@ -50,7 +50,7 @@ __FBSDID("$FreeBSD: src/usr.bin/hexdump/odsyntax.c,v 1.17 2004/07/22 13:14:42 jo
#include <sys/types.h>
#include <ctype.h>
-#include <err.h>
+#include "err.h"
#include <errno.h>
#include <float.h>
#include <stdio.h>