bc/bc-1.06-string.patch
Zdenek Prikryl 0ef65d232f dc accepts the input which contains wrong symbols of radix in same way like
bc Resolves: #151844 Added library string.h to remove warnings.
2007-07-26 14:02:50 +00:00

11 lines
335 B
Diff

--- bc-1.06/lib/number.c.string 2007-07-26 15:01:34.000000000 +0200
+++ bc-1.06/lib/number.c 2007-07-26 15:01:41.000000000 +0200
@@ -34,6 +34,7 @@
#include <number.h>
#include <assert.h>
#include <stdlib.h>
+#include <string.h>
#include <ctype.h>/* Prototypes needed for external utility routines. */
#define bc_rt_warn rt_warn