From 5efb2861b1b8d4620fa83585f0584dea9e9bff21 Mon Sep 17 00:00:00 2001 From: Tomohiro Kusumi Date: Wed, 10 Jun 2015 21:52:45 +0900 Subject: [PATCH] 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) --- os/os-dragonfly.h | 1 + 1 file changed, 1 insertion(+) 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 -- 2.25.1