Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. =================================================================== RCS file: /ftp/cvs/cvsroot/src/usr.bin/indent/indent.c,v rcsdiff: /ftp/cvs/cvsroot/src/usr.bin/indent/indent.c,v: warning: Unknown phrases like `commitid ...;' are present. retrieving revision 1.226 retrieving revision 1.227 diff -u -p -r1.226 -r1.227 --- src/usr.bin/indent/indent.c 2021/11/19 19:55:15 1.226 +++ src/usr.bin/indent/indent.c 2021/11/19 20:04:02 1.227 @@ -1,4 +1,4 @@ -/* $NetBSD: indent.c,v 1.226 2021/11/19 19:55:15 rillig Exp $ */ +/* $NetBSD: indent.c,v 1.227 2021/11/19 20:04:02 rillig Exp $ */ /*- * SPDX-License-Identifier: BSD-4-Clause @@ -43,7 +43,7 @@ static char sccsid[] = "@(#)indent.c 5.1 #include #if defined(__NetBSD__) -__RCSID("$NetBSD: indent.c,v 1.226 2021/11/19 19:55:15 rillig Exp $"); +__RCSID("$NetBSD: indent.c,v 1.227 2021/11/19 20:04:02 rillig Exp $"); #elif defined(__FreeBSD__) __FBSDID("$FreeBSD: head/usr.bin/indent/indent.c 340138 2018-11-04 19:24:49Z oshogbo $"); #endif @@ -58,6 +58,7 @@ __FBSDID("$FreeBSD: head/usr.bin/indent/ #include #include #include +#include #include #include #include