diff options
| author | David E. O'Brien <obrien@FreeBSD.org> | 2003-05-03 21:31:08 +0000 |
|---|---|---|
| committer | David E. O'Brien <obrien@FreeBSD.org> | 2003-05-03 21:31:08 +0000 |
| commit | cd883fb6170378586c4ef1f5f1c6c2827c8d5eef (patch) | |
| tree | 1c08eaca6ee054f5174b39e46606c5a14d58878d /gnu/lib/libdialog/TESTS/radio3.c | |
| parent | d2f7262ed449877f014b18506d981ca668686548 (diff) | |
Notes
Diffstat (limited to 'gnu/lib/libdialog/TESTS/radio3.c')
| -rw-r--r-- | gnu/lib/libdialog/TESTS/radio3.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/gnu/lib/libdialog/TESTS/radio3.c b/gnu/lib/libdialog/TESTS/radio3.c index 2844326bf6b1..e11011cffd9c 100644 --- a/gnu/lib/libdialog/TESTS/radio3.c +++ b/gnu/lib/libdialog/TESTS/radio3.c @@ -12,10 +12,11 @@ * responsible for the proper functioning of the software nor does * the author assume any responsibility for damages incurred with * its use. - * - * $FreeBSD$ */ +#include <sys/cdefs.h> +__FBSDID("$FreeBSD$"); + #include <stdio.h> #include <stdlib.h> #include <string.h> |
