diff options
author | Michael I. Bushnell <mib@gnu.org> | 1995-08-16 17:57:31 +0000 |
---|---|---|
committer | Michael I. Bushnell <mib@gnu.org> | 1995-08-16 17:57:31 +0000 |
commit | 391fe3117ce2a44d0b4348f3befdaa0178cad701 (patch) | |
tree | 85091496fa832f4ede793f56df54a46fc706aea1 /pfinet/socket.c | |
parent | c959c157c4846476ca11d09086bc4bc7fe4a5e73 (diff) |
entered into RCS
Diffstat (limited to 'pfinet/socket.c')
-rw-r--r-- | pfinet/socket.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/pfinet/socket.c b/pfinet/socket.c index c495b6eb..7cbc0e9f 100644 --- a/pfinet/socket.c +++ b/pfinet/socket.c @@ -19,6 +19,8 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111, USA. */ #include <linux/net.h> +#include <assert.h> +#include "pfinet.h" struct proto_ops *proto_ops; |