From: Bernardo Innocenti Date: Wed, 16 Mar 2005 03:26:26 +0000 (+0000) Subject: Add missing headers. X-Git-Url: https://git.wh0rd.org/?a=commitdiff_plain;h=331697f8d22fe815bec229184ea99384d245881c;p=elf2flt.git Add missing headers. Patch submitted by Bernardo Innocenti . --- 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 */