From: Jonathan McDowell Date: Sat, 31 May 2008 16:52:07 +0000 (+0100) Subject: Fix some missing #includes X-Git-Tag: 0.3.6~9 X-Git-Url: http://the.earth.li/gitweb/?p=onak.git;a=commitdiff_plain;h=ea9ac7c3b327dc0c69f7c770d26c3372065aa5f1 Fix some missing #includes Clean up some warnings from not including all necessary headers. --- diff --git a/decodekey.h b/decodekey.h index 987c3fc..242e8e4 100644 --- a/decodekey.h +++ b/decodekey.h @@ -9,6 +9,8 @@ #ifndef __DECODEKEY_H__ #define __DECODEKEY_H__ +#include +#include #include "keystructs.h" #include "ll.h" diff --git a/getcgi.c b/getcgi.c index 0080cb3..b15351c 100644 --- a/getcgi.c +++ b/getcgi.c @@ -9,6 +9,7 @@ #include #include +#include #include #include "getcgi.h"