OSDN Git Service

Add missing headers.
authorBernardo Innocenti <bernie@develer.com>
Wed, 16 Mar 2005 03:26:26 +0000 (03:26 +0000)
committerBernardo Innocenti <bernie@develer.com>
Wed, 16 Mar 2005 03:26:26 +0000 (03:26 +0000)
Patch submitted by Bernardo Innocenti <bernie@develer.com>.

flthdr.c

index 08ac8b5..fb60fb0 100644 (file)
--- a/flthdr.c
+++ b/flthdr.c
@@ -10,6 +10,8 @@
 #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 */