diff --git a/src/util/threadnames.cpp b/src/util/threadnames.cpp index 764fffabd71..a5a86d25987 100644 --- a/src/util/threadnames.cpp +++ b/src/util/threadnames.cpp @@ -6,7 +6,9 @@ #include #endif +#include #include +#include #if (defined(__FreeBSD__) || defined(__OpenBSD__) || defined(__DragonFly__)) #include @@ -16,7 +18,7 @@ #include #ifdef HAVE_SYS_PRCTL_H -#include // For prctl, PR_SET_NAME, PR_GET_NAME +#include #endif //! Set the thread's name at the process level. Does not affect the