diff options
| author | David E. O'Brien <obrien@FreeBSD.org> | 2003-08-24 17:55:58 +0000 |
|---|---|---|
| committer | David E. O'Brien <obrien@FreeBSD.org> | 2003-08-24 17:55:58 +0000 |
| commit | aad970f1fee9a2a3e5a0f880be9b87c6193b3bd1 (patch) | |
| tree | 42e9f25e1409a6eae14564b2dd4cc743ddb1e89f /sys/dev/txp | |
| parent | 0e9a61d26066fec3c8abc5e5b36039b7ed2db563 (diff) | |
Notes
Diffstat (limited to 'sys/dev/txp')
| -rw-r--r-- | sys/dev/txp/if_txp.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sys/dev/txp/if_txp.c b/sys/dev/txp/if_txp.c index 866a120cebdb..dfc81b5713d8 100644 --- a/sys/dev/txp/if_txp.c +++ b/sys/dev/txp/if_txp.c @@ -34,6 +34,9 @@ * THE POSSIBILITY OF SUCH DAMAGE. */ +#include <sys/cdefs.h> +__FBSDID("$FreeBSD$"); + /* * Driver for 3c990 (Typhoon) Ethernet ASIC */ |
