Mercurial > hg > index.cgi
diff lwasm/pragma.c @ 2:7317fbe024af
Clean up insane number of compiler warnings under -Wall
author | lost@l-w.ca |
---|---|
date | Thu, 20 Jan 2011 22:39:46 -0700 |
parents | 2c24602be78f |
children | cb4efc47ce9d |
line wrap: on
line diff
--- a/lwasm/pragma.c Wed Jan 19 22:31:00 2011 -0700 +++ b/lwasm/pragma.c Thu Jan 20 22:39:46 2011 -0700 @@ -19,7 +19,11 @@ this program. If not, see <http://www.gnu.org/licenses/>. */ +#include <string.h> +#include <ctype.h> + #include <lw_string.h> +#include <lw_alloc.h> #include "lwasm.h" #include "instab.h"