Index: parse.c =================================================================== --- parse.c (revision 331667) +++ parse.c (working copy) @@ -3083,12 +3083,11 @@ } #ifdef SYSVINCLUDE - if (((strncmp(line, "include", 7) == 0 && + if ((strncmp(line, "include", 7) == 0 && isspace((unsigned char) line[7])) || ((line[0] == 's' || line[0] == '-') && strncmp(&line[1], "include", 7) == 0 && - isspace((unsigned char) line[8]))) && - strchr(line, ':') == NULL) { + isspace((unsigned char) line[8]))) { /* * It's an S3/S5-style "include". */