aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--utility.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/utility.c b/utility.c
index 235b58227..e79e44136 100644
--- a/utility.c
+++ b/utility.c
@@ -1763,7 +1763,9 @@ FILE *wfopen(const char *path, const char *mode)
1763} 1763}
1764#endif 1764#endif
1765 1765
1766#if defined BB_HOSTNAME || defined BB_LOADACM || defined BB_MORE || defined BB_SED || defined BB_SH || defined BB_UNIQ || defined BB_WC 1766#if defined BB_HOSTNAME || defined BB_LOADACM || defined BB_MORE \
1767 || defined BB_SED || defined BB_SH || defined BB_UNIQ \
1768 || defined BB_WC || defined BB_CMP
1767FILE *xfopen(const char *path, const char *mode) 1769FILE *xfopen(const char *path, const char *mode)
1768{ 1770{
1769 FILE *fp; 1771 FILE *fp;