diff --git a/cobc/cobc.c b/cobc/cobc.c index 90fac667..1b54ad43 100644 --- a/cobc/cobc.c +++ b/cobc/cobc.c @@ -1168,7 +1168,7 @@ process_command_line (const int argc, char *argv[]) #ifdef _MSC_VER strcat (cob_define_flags, "/I "); #else - strcat (cob_define_flags, "-I"); + strcat (cob_define_flags, " -I"); #endif strcat (cob_define_flags, "\""); strcat (cob_define_flags, optarg);