1 From 36139b29cccae008c74924d81ea67d265327f7ac Mon Sep 17 00:00:00 2001
2 From: Gustavo Zacarias <gustavo@zacarias.com.ar>
3 Date: Mon, 26 Jan 2015 09:55:04 -0300
4 Subject: [PATCH] thread/Name: include stdio.h for prctl as well
6 We're still using snprintf so we need it, otherwise it leads to build
9 Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
11 src/thread/Name.hxx | 1 +
12 1 file changed, 1 insertion(+)
14 diff --git a/src/thread/Name.hxx b/src/thread/Name.hxx
15 index 1576b3f..8d46d33 100644
16 --- a/src/thread/Name.hxx
17 +++ b/src/thread/Name.hxx
20 #elif defined(HAVE_PRCTL)
21 # include <sys/prctl.h>
24 # define HAVE_THREAD_NAME