From 0e42548ec930597bc842d7099baebe122f9255aa Mon Sep 17 00:00:00 2001 From: Michael Taylor Date: Sun, 12 Dec 2004 04:17:41 +0000 Subject: added netinet/in.h for htons prototype --- hdlcutil/hdrvcomm.c | 2 +- kiss/net2kiss.c | 1 + yamdrv/yamcfg.c | 1 + 3 files changed, 3 insertions(+), 1 deletion(-) diff --git a/hdlcutil/hdrvcomm.c b/hdlcutil/hdrvcomm.c index c096b2e..628ec85 100644 --- a/hdlcutil/hdrvcomm.c +++ b/hdlcutil/hdrvcomm.c @@ -40,7 +40,7 @@ #include #include #include -#include +#include #include #include #include diff --git a/kiss/net2kiss.c b/kiss/net2kiss.c index c62a6f9..d44dee2 100644 --- a/kiss/net2kiss.c +++ b/kiss/net2kiss.c @@ -39,6 +39,7 @@ #include #include #include +#include #include #include #include diff --git a/yamdrv/yamcfg.c b/yamdrv/yamcfg.c index 64ec949..29e863e 100644 --- a/yamdrv/yamcfg.c +++ b/yamdrv/yamcfg.c @@ -53,6 +53,7 @@ #include #endif #include +#include #include "yam.h" -- cgit v1.2.3