aboutsummaryrefslogtreecommitdiff
path: root/libbb/xfuncs.c
diff options
context:
space:
mode:
Diffstat (limited to 'libbb/xfuncs.c')
-rw-r--r--libbb/xfuncs.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libbb/xfuncs.c b/libbb/xfuncs.c
index 4eb4737c0..d02ef9c77 100644
--- a/libbb/xfuncs.c
+++ b/libbb/xfuncs.c
@@ -9,7 +9,7 @@
9 * Licensed under GPL version 2, see file LICENSE in this tarball for details. 9 * Licensed under GPL version 2, see file LICENSE in this tarball for details.
10 */ 10 */
11 11
12#include "busybox.h" 12#include "libbb.h"
13 13
14/* All the functions starting with "x" call bb_error_msg_and_die() if they 14/* All the functions starting with "x" call bb_error_msg_and_die() if they
15 * fail, so callers never need to check for errors. If it returned, it 15 * fail, so callers never need to check for errors. If it returned, it