aboutsummaryrefslogtreecommitdiff
path: root/coreutils/expr.c
diff options
context:
space:
mode:
Diffstat (limited to 'coreutils/expr.c')
-rw-r--r--coreutils/expr.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/coreutils/expr.c b/coreutils/expr.c
index b6bd383f6..46e18d190 100644
--- a/coreutils/expr.c
+++ b/coreutils/expr.c
@@ -25,7 +25,7 @@
25 25
26/* no getopt needed */ 26/* no getopt needed */
27 27
28#include "busybox.h" 28#include "libbb.h"
29#include "xregex.h" 29#include "xregex.h"
30 30
31/* The kinds of value we can have. */ 31/* The kinds of value we can have. */