diff options
Diffstat (limited to 'sys/dev/fb/tga.c')
-rw-r--r-- | sys/dev/fb/tga.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sys/dev/fb/tga.c b/sys/dev/fb/tga.c index 8ad6bb5..28fef02 100644 --- a/sys/dev/fb/tga.c +++ b/sys/dev/fb/tga.c @@ -24,6 +24,9 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. */ + +#include <sys/cdefs.h> +__FBSDID("$FreeBSD$"); /* * Copyright (c) 1995, 1996 Carnegie-Mellon University. * All rights reserved. |