From: Tomohiro Kusumi Date: Wed, 10 Jun 2015 12:52:45 +0000 (+0900) Subject: Add header include for DragonFlyBSD X-Git-Tag: fio-2.2.9~9 X-Git-Url: https://git.kernel.dk/?a=commitdiff_plain;h=5efb2861b1b8d4620fa83585f0584dea9e9bff21;p=fio.git Add header include for DragonFlyBSD Add '#include ' to os/os-dragonfly.h for lwp_gettid(2). (No error on make, but needs to include this header independently) --- diff --git a/os/os-dragonfly.h b/os/os-dragonfly.h index bc855baf..7f622330 100644 --- a/os/os-dragonfly.h +++ b/os/os-dragonfly.h @@ -4,6 +4,7 @@ #define FIO_OS os_dragonfly #include +#include #include #include