mtd/docboot makespl.c,1.4,1.5
Kalev Lember
kalev at infradead.org
Thu Sep 8 10:34:25 EDT 2005
Update of /home/cvs/mtd/docboot
In directory phoenix.infradead.org:/tmp/cvs-serv8022
Modified Files:
makespl.c
Log Message:
add missing headers
Index: makespl.c
===================================================================
RCS file: /home/cvs/mtd/docboot/makespl.c,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- makespl.c 29 Mar 2005 21:01:54 -0000 1.4
+++ makespl.c 8 Sep 2005 14:34:22 -0000 1.5
@@ -3,6 +3,8 @@
#include <sys/stat.h>
#include <fcntl.h>
#include <unistd.h>
+#include <string.h>
+#include <stdlib.h>
#include "doc_bootstub.h"
/* The commandline is at the next 256-byte boundary after the parameters. */
More information about the linux-mtd-cvs
mailing list