diff options
Diffstat (limited to 'sys/dev/gfb/gfb_pci.c')
-rw-r--r-- | sys/dev/gfb/gfb_pci.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sys/dev/gfb/gfb_pci.c b/sys/dev/gfb/gfb_pci.c index 0290952..fca19de 100644 --- a/sys/dev/gfb/gfb_pci.c +++ b/sys/dev/gfb/gfb_pci.c @@ -27,6 +27,9 @@ * Copyright (c) 2000 Andrew Miklic, Andrew Gallatin, and Thomas V. Crimi */ +#include <sys/cdefs.h> +__FBSDID("$FreeBSD$"); + #include "opt_fb.h" #include <sys/cdefs.h> |