summary refs log tree commit diff
path: root/bin/1sh/kill.c
diff options
context:
space:
mode:
Diffstat (limited to 'bin/1sh/kill.c')
-rw-r--r--bin/1sh/kill.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/1sh/kill.c b/bin/1sh/kill.c
index 15dbc9d2..c176b5e5 100644
--- a/bin/1sh/kill.c
+++ b/bin/1sh/kill.c
@@ -57,7 +57,7 @@ __FBSDID("$FreeBSD: releng/12.1/bin/kill/kill.c 326025 2017-11-20 19:49:47Z pfg
 
 #ifdef SHELL
 #define main killcmd
-#include "bltin/bltin.h"
+#include "bltin.h"
 #endif
 
 static void nosig(const char *);