diff options
Diffstat (limited to 'sys/dev/mca/mca_bus.c')
-rw-r--r-- | sys/dev/mca/mca_bus.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/dev/mca/mca_bus.c b/sys/dev/mca/mca_bus.c index 13bdc08..efa70d2 100644 --- a/sys/dev/mca/mca_bus.c +++ b/sys/dev/mca/mca_bus.c @@ -23,9 +23,11 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ */ +#include <sys/cdefs.h> +__FBSDID("$FreeBSD$"); + /* * References: * The CMU Mach3 microkernel |