From 56ca2b35a469002f18c8b7d807778614ba2072fe Mon Sep 17 00:00:00 2001 From: Juli Mallett Date: Fri, 19 Apr 2002 17:33:12 +0000 Subject: [PATCH] Add __FBSDID, this file was unmodified so it was missed in the initial sweep. --- usr.bin/m4/gnum4.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/usr.bin/m4/gnum4.c b/usr.bin/m4/gnum4.c index 782090d3a0ed..b265b8d478e9 100644 --- a/usr.bin/m4/gnum4.c +++ b/usr.bin/m4/gnum4.c @@ -25,6 +25,9 @@ * SUCH DAMAGE. */ +#include +__FBSDID("$FreeBSD$"); + /* * functions needed to support gnu-m4 extensions, including a fake freezing */