summaryrefslogtreecommitdiffstats
path: root/cpukit/libmisc/shell/hexdump-parse.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-parse.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-parse.c')
-rw-r--r--cpukit/libmisc/shell/hexdump-parse.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpukit/libmisc/shell/hexdump-parse.c b/cpukit/libmisc/shell/hexdump-parse.c
index 1c35ba4649..88b9d56c31 100644
--- a/cpukit/libmisc/shell/hexdump-parse.c
+++ b/cpukit/libmisc/shell/hexdump-parse.c
@@ -45,7 +45,7 @@ __FBSDID("$FreeBSD: src/usr.bin/hexdump/parse.c,v 1.14 2006/08/09 19:12:10 maxim
#include <sys/types.h>
-#include <err.h>
+#include "err.h"
#include <fcntl.h>
#include <stdio.h>
#include <stdlib.h>