# HG changeset patch # User diego # Date 1174353115 0 # Node ID 25586323a1289dd440dc442e340db4eb80a6c033 # Parent 2852487b2f8da32328319d4ba06db0be383cca64 Include stdlib.h and string.h to fix the following warnings: bmovl-test.c:22: warning: implicit declaration of function `strlen' bmovl-test.c:64: warning: implicit declaration of function `exit' bmovl-test.c:67: warning: implicit declaration of function `atoi' bmovl-test.c:89: warning: implicit declaration of function `malloc' bmovl-test.c:114: warning: implicit declaration of function `free' diff -r 2852487b2f8d -r 25586323a128 TOOLS/bmovl-test.c --- a/TOOLS/bmovl-test.c Tue Mar 20 01:08:58 2007 +0000 +++ b/TOOLS/bmovl-test.c Tue Mar 20 01:11:55 2007 +0000 @@ -2,6 +2,8 @@ #include #include +#include +#include #include #include