diff options
Diffstat (limited to 'src/thread')
-rw-r--r-- | src/thread/Name.hxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/thread/Name.hxx b/src/thread/Name.hxx index 284d1e147..0edcc0242 100644 --- a/src/thread/Name.hxx +++ b/src/thread/Name.hxx @@ -21,10 +21,10 @@ #define MPD_THREAD_NAME_HXX #ifdef HAVE_PTHREAD_SETNAME_NP -#include <pthread.h> -#include <stdio.h> +# include <pthread.h> +# include <stdio.h> #elif defined(HAVE_PRCTL) -#include <sys/prctl.h> +# include <sys/prctl.h> #endif static inline void |