diff options
| author | Ruslan Ermilov <ru@FreeBSD.org> | 2006-03-19 11:10:33 +0000 |
|---|---|---|
| committer | Ruslan Ermilov <ru@FreeBSD.org> | 2006-03-19 11:10:33 +0000 |
| commit | aefce619cfd20278ca90e84535ae56e8264063b2 (patch) | |
| tree | c8a8de78b74817ce20c1f2ccb55b32a8cd9d7e6c /sys/compat/linux/linux_socket.c | |
| parent | 18d370acae13bca6b770bf0257eb2860355136d3 (diff) | |
Notes
Diffstat (limited to 'sys/compat/linux/linux_socket.c')
| -rw-r--r-- | sys/compat/linux/linux_socket.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/compat/linux/linux_socket.c b/sys/compat/linux/linux_socket.c index e8d2802e64b5..e7e98f830cd3 100644 --- a/sys/compat/linux/linux_socket.c +++ b/sys/compat/linux/linux_socket.c @@ -30,6 +30,7 @@ __FBSDID("$FreeBSD$"); /* XXX we use functions that might not exist. */ +#include "opt_compat.h" #include "opt_inet6.h" #include <sys/param.h> |
