From 801c6a35d6b3daa066e66d80fcea7f1212d22ac5 Mon Sep 17 00:00:00 2001 From: Michael Taylor Date: Sun, 12 Dec 2004 04:53:43 +0000 Subject: include or --- hdlcutil/hdrvcomm.c | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'hdlcutil') diff --git a/hdlcutil/hdrvcomm.c b/hdlcutil/hdrvcomm.c index 628ec85..b40b09c 100644 --- a/hdlcutil/hdrvcomm.c +++ b/hdlcutil/hdrvcomm.c @@ -48,7 +48,13 @@ #include "hdrvcomm.h" #include "usersmdiag.h" #include + +#ifdef __GLIBC__ +#include +#else #include +#endif + #include #ifndef SOL_PACKET #define SOL_PACKET 263 -- cgit v1.2.3