From c7adcc24f39a2137ccee23469a15c36e49623dd7 Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Wed, 26 Jan 2005 02:40:14 +0000 Subject: * sunrpc/rpc_main.c (s_output): Generate #include irrespective of Cflag. --- sunrpc/rpc_main.c | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'sunrpc') diff --git a/sunrpc/rpc_main.c b/sunrpc/rpc_main.c index fee83514d1..acc0132603 100644 --- a/sunrpc/rpc_main.c +++ b/sunrpc/rpc_main.c @@ -695,11 +695,9 @@ s_output (int argc, const char *argv[], const char *infile, const char *define, fprintf (fout, "#include \n"); fprintf (fout, "#include \n"); + fprintf (fout, "#include \n"); if (Cflag) - { - fprintf (fout, "#include \n"); - fprintf (fout, "#include \n"); - } + fprintf (fout, "#include \n"); if (strcmp (svcclosetime, "-1") == 0) indefinitewait = 1; else if (strcmp (svcclosetime, "0") == 0) -- cgit v1.2.3