diff options
Diffstat (limited to 'lib/libstand/dev_net.c')
| -rw-r--r-- | lib/libstand/dev_net.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/libstand/dev_net.c b/lib/libstand/dev_net.c index cfa9fbff8a94..3ddc24fcc92a 100644 --- a/lib/libstand/dev_net.c +++ b/lib/libstand/dev_net.c @@ -36,6 +36,9 @@ * POSSIBILITY OF SUCH DAMAGE. */ +#include <sys/cdefs.h> +__FBSDID("$FreeBSD$"); + /* * This module implements a "raw device" interface suitable for * use by the stand-alone I/O library NFS code. This interface |
