OSDN Git Service

Small spelling fixup from Dylan Griffiths.
[uclinux-h8/elf2flt.git] / flthdr.c
index 08ac8b5..8635462 100644 (file)
--- a/flthdr.c
+++ b/flthdr.c
@@ -4,12 +4,17 @@
  *
  *     Copyright (C) 2001-2003 SnapGear Inc, davidm@snapgear.com
  *     Copyright (C) 2001 Lineo, davidm@lineo.com
+ *
+ * This is Free Software, under the GNU Public Licence v2 or greater.
+ *
  */
 /****************************************************************************/
 
 #include <stdio.h>    /* Userland pieces of the ANSI C standard I/O package  */
 #include <unistd.h>   /* Userland prototypes of the Unix std system calls    */
 #include <time.h>
+#include <stdlib.h>   /* exit() */
+#include <string.h>   /* strcat(), strcpy() */
 
 /* macros for conversion between host and (internet) network byte order */
 #include <netinet/in.h> /* Consts and structs defined by the internet system */