diff options
Diffstat (limited to 'sys/dev/tx')
| -rw-r--r-- | sys/dev/tx/if_tx.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sys/dev/tx/if_tx.c b/sys/dev/tx/if_tx.c index ad5e7b7f9a9c..4afcd0ad89cc 100644 --- a/sys/dev/tx/if_tx.c +++ b/sys/dev/tx/if_tx.c @@ -25,6 +25,9 @@ * */ +#include <sys/cdefs.h> +__FBSDID("$FreeBSD$"); + /* * EtherPower II 10/100 Fast Ethernet (SMC 9432 serie) * |
