From 331697f8d22fe815bec229184ea99384d245881c Mon Sep 17 00:00:00 2001 From: Bernardo Innocenti Date: Wed, 16 Mar 2005 03:26:26 +0000 Subject: [PATCH] Add missing headers. Patch submitted by Bernardo Innocenti . --- flthdr.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/flthdr.c b/flthdr.c index 08ac8b5..fb60fb0 100644 --- a/flthdr.c +++ b/flthdr.c @@ -10,6 +10,8 @@ #include /* Userland pieces of the ANSI C standard I/O package */ #include /* Userland prototypes of the Unix std system calls */ #include +#include /* exit() */ +#include /* strcat(), strcpy() */ /* macros for conversion between host and (internet) network byte order */ #include /* Consts and structs defined by the internet system */ -- 2.11.0