diff options
Diffstat (limited to 'sys/dev/wl/if_wl.c')
-rw-r--r-- | sys/dev/wl/if_wl.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/dev/wl/if_wl.c b/sys/dev/wl/if_wl.c index 83bc665..f1f4027 100644 --- a/sys/dev/wl/if_wl.c +++ b/sys/dev/wl/if_wl.c @@ -1,5 +1,7 @@ -/* $FreeBSD$ */ /* + +#include <sys/cdefs.h> +__FBSDID("$FreeBSD$"); * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions * are met: |