summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnas Nashif <anas.nashif@intel.com>2012-10-30 12:32:00 -0700
committerAnas Nashif <anas.nashif@intel.com>2012-10-30 12:32:00 -0700
commit454ffe814ad76bc607741c4e71fb752faf64cd5e (patch)
tree24e71147305aa553459f9571485f7dd2a3e9818e
parent9bd48f8a0d2fe2fb815eb403a1dcf590d8487adc (diff)
downloadbc-454ffe814ad76bc607741c4e71fb752faf64cd5e.tar.gz
bc-454ffe814ad76bc607741c4e71fb752faf64cd5e.tar.bz2
bc-454ffe814ad76bc607741c4e71fb752faf64cd5e.zip
decl
-rw-r--r--lib/number.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/number.c b/lib/number.c
index 1f913d5..240f653 100644
--- a/lib/number.c
+++ b/lib/number.c
@@ -35,6 +35,7 @@
#include <assert.h>
#include <stdlib.h>
#include <ctype.h>/* Prototypes needed for external utility routines. */
+#include <string.h>
#define bc_rt_warn rt_warn
#define bc_rt_error rt_error