From 417345b031e84454a05672559f6a8b8ecf083178 Mon Sep 17 00:00:00 2001 From: "Joseph C. Lehner" Date: Tue, 9 Feb 2016 09:18:51 +0100 Subject: [PATCH] Make it compile on FreeBSD --- nmrpd.h | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/nmrpd.h b/nmrpd.h index 7d579b5..08b7679 100644 --- a/nmrpd.h +++ b/nmrpd.h @@ -34,8 +34,13 @@ #endif #ifndef NMRPFLASH_WINDOWS +#ifndef NMRPFLASH_LINUX +#include +#endif #include +#include #include +#include #include #else #include