diff lwlink/script.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 fdc11ef4115b
line wrap: on
line diff
--- a/lwlink/script.c	Wed Jan 19 22:31:00 2011 -0700
+++ b/lwlink/script.c	Thu Jan 20 22:39:46 2011 -0700
@@ -21,6 +21,7 @@
 Read and parse linker scripts
 */
 
+#include <ctype.h>
 #include <errno.h>
 #include <stdio.h>
 #include <stdlib.h>