Fixes so "make allnoconfig" works again.
[oweals/busybox.git] / libbb / messages.c
index 671c452d297114f25e35d166c321e13f26d1edae..c3f307ec521ea17093e2d1f0d77386128a999101 100644 (file)
@@ -36,6 +36,9 @@
 #ifdef L_write_error
        const char * const bb_msg_write_error = "Write Error";
 #endif
+#ifdef L_read_error
+       const char * const bb_msg_read_error = "Read Error";
+#endif
 #ifdef L_name_longer_than_foo
        const char * const bb_msg_name_longer_than_foo = "Names longer than %d chars not supported.";
 #endif