aboutsummaryrefslogtreecommitdiff
path: root/editors/diff.c
diff options
context:
space:
mode:
Diffstat (limited to 'editors/diff.c')
-rw-r--r--editors/diff.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/editors/diff.c b/editors/diff.c
index a892cfdf2..3c8e9074a 100644
--- a/editors/diff.c
+++ b/editors/diff.c
@@ -125,6 +125,7 @@
125//usage: "\n -w Ignore all whitespace" 125//usage: "\n -w Ignore all whitespace"
126 126
127#include "libbb.h" 127#include "libbb.h"
128#include "common_bufsiz.h"
128 129
129#if 0 130#if 0
130# define dbg_error_msg(...) bb_error_msg(__VA_ARGS__) 131# define dbg_error_msg(...) bb_error_msg(__VA_ARGS__)