From 8a22c222dc56da3cfd994292cb18376685d0eb29 Mon Sep 17 00:00:00 2001 From: Jonathan Perkin Date: Thu, 27 May 2010 12:52:01 +0100 Subject: [PATCH] Fix HP-UX localtime_r issue correctly, patch from mats. --- plugin/daemon_example/daemon_example.cc | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/plugin/daemon_example/daemon_example.cc b/plugin/daemon_example/daemon_example.cc index 8f037e8babb..43138f0655f 100644 --- a/plugin/daemon_example/daemon_example.cc +++ b/plugin/daemon_example/daemon_example.cc @@ -13,13 +13,12 @@ along with this program; if not, write to the Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA */ +#include #include #include #include -#include // localtime_r #include #include -#include #include #include "my_pthread.h" // pthread_handler_t #include "my_sys.h" // my_write, my_malloc