aboutsummaryrefslogtreecommitdiff
path: root/strbuf.c
diff options
context:
space:
mode:
Diffstat (limited to 'strbuf.c')
-rw-r--r--strbuf.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/strbuf.c b/strbuf.c
index 874aea4f..81c9e1f5 100644
--- a/strbuf.c
+++ b/strbuf.c
@@ -3,8 +3,7 @@
#include <string.h>
#ifdef SAFE_STR
-#include <stdio.h>
-#define ERR(s) fprintf(stderr, "\x1B[0;31mERR\x1b[m (strbuf %3i): %s\n", __LINE__, s)
+#include "err.h"
#endif
INIT_F(strbuf) {