]> rtime.felk.cvut.cz Git - frescor/forb.git/commitdiff
Fixed include directive
authorMichal Sojka <sojkam1@fel.cvut.cz>
Tue, 14 Oct 2008 19:52:16 +0000 (21:52 +0200)
committerMichal Sojka <sojkam1@fel.cvut.cz>
Tue, 14 Oct 2008 19:52:16 +0000 (21:52 +0200)
forb-idl/forb-idl-c-common.c

index 11f4da5111392b5d5e80a57f0585b1c48c9ecc97..120a3c66570a9e6ad584abcb142d5aeac8429d4e 100644 (file)
@@ -868,7 +868,7 @@ forb_idl_output_c_common (IDL_tree       tree,
 /*     fprintf (ci->fh, "#define FORB_IDL_C_COMMON\n"); */
 /*     fprintf (ci->fh, "#define %s_COMMON\n", ci->c_base_name); */
        fprintf (ci->fh, "#include \"%s.h\"\n", ci->base_name);
-       fprintf (ci->fh, "#include \"forb/cdr.h\"\n\n");
+       fprintf (ci->fh, "#include <forb/cdr.h>\n\n");
 /*     fprintf (ci->fh, "static const CORBA_unsigned_long Forb_zero_int = 0;\n"); */
 
        /* FIXME: this is slightly nasty, but we need these in common,