index
:
bosix
master
POSIX in a box - an all-in-one POSIX command line tool, similar to Busybox, but using the minimal standards compliant tools from UNG
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
wc.c
diff options
context:
1
2
3
4
5
6
7
8
9
10
15
20
25
30
35
40
space:
include
ignore
mode:
unified
ssdiff
stat only
Diffstat
(limited to 'src/wc.c')
-rw-r--r--
src/wc.c
2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/wc.c b/src/wc.c
index 0e0b5c3..a69780b 100644
--- a/
src/wc.c
+++ b/
src/wc.c
@@ -1,2 +1,2 @@
#define main wc_main
-#include "../wc/wc.c"
+#include "wc/wc.c"