summaryrefslogtreecommitdiffstats
path: root/cpukit/libmisc/shell/hexdump-parse.c
diff options
context:
space:
mode:
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>