summaryrefslogtreecommitdiffstats
path: root/source/rpc_parse/parse_net.c
diff options
context:
space:
mode:
authorLuke Leighton <lkcl@samba.org>2000-01-31 19:58:56 +0000
committerLuke Leighton <lkcl@samba.org>2000-01-31 19:58:56 +0000
commitf3ace05c15cbb71c7b4d0c040201cd198d9d9bb7 (patch)
treef625d2917f93758040d237becc8f5e6adb0a2cdb /source/rpc_parse/parse_net.c
parentf3afcba50c35888f46f48e350ee2ce4aaa67a862 (diff)
downloadsamba-f3ace05c15cbb71c7b4d0c040201cd198d9d9bb7.tar.gz
samba-f3ace05c15cbb71c7b4d0c040201cd198d9d9bb7.tar.xz
samba-f3ace05c15cbb71c7b4d0c040201cd198d9d9bb7.zip
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!
Diffstat (limited to 'source/rpc_parse/parse_net.c')
-rw-r--r--source/rpc_parse/parse_net.c1
1 files changed, 1 insertions, 0 deletions
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;