From 39f5a3a4945e9c0d740a1a82c4babc755b12e049 Mon Sep 17 00:00:00 2001 From: Kill Your TV Date: Mon, 1 Sep 2014 21:15:24 +0000 Subject: [PATCH] detect GNU/kFreeBSD see https://lists.debian.org/debian-bsd/2010/01/msg00125.html --- I2PEndian.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/I2PEndian.h b/I2PEndian.h index cc97debc..34153dd4 100644 --- a/I2PEndian.h +++ b/I2PEndian.h @@ -1,7 +1,7 @@ #ifndef I2PENDIAN_H__ #define I2PENDIAN_H__ -#ifdef __linux__ +#if defined(__linux__) || defined(__FreeBSD_kernel__) #include #elif __FreeBSD__ #include