From f3ace05c15cbb71c7b4d0c040201cd198d9d9bb7 Mon Sep 17 00:00:00 2001 From: Luke Leighton Date: Mon, 31 Jan 2000 19:58:56 +0000 Subject: from elrond. this patch is NOT as large as it looks. we're trying to subdivide the code down into independent libraries, and that includes first the prototypes (starting with rpc_parse_proto.h) and then moving on to the structures. the idea is to be able to do --enable-maintainer-mode and not damn well have EVERYTHING recompile if a make proto is done! --- source/rpc_parse/parse_net.c | 1 + 1 file changed, 1 insertion(+) (limited to 'source/rpc_parse/parse_net.c') diff --git a/source/rpc_parse/parse_net.c b/source/rpc_parse/parse_net.c index 4dfa6ea66af..2fc49648eb8 100644 --- a/source/rpc_parse/parse_net.c +++ b/source/rpc_parse/parse_net.c @@ -22,6 +22,7 @@ */ #include "includes.h" +#include "rpc_parse.h" #include "nterr.h" extern int DEBUGLEVEL; -- cgit