diff --git a/src/util/threadnames.cpp b/src/util/threadnames.cpp index 764fffabd71..817c2b6d678 100644 --- a/src/util/threadnames.cpp +++ b/src/util/threadnames.cpp @@ -16,7 +16,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