From fc469b900f7693d96fae49cf20d628473dff7f29 Mon Sep 17 00:00:00 2001 From: reinelt Date: Fri, 19 Mar 2004 06:37:47 +0000 Subject: [lcd4linux @ 2004-03-19 06:37:47 by reinelt] asynchronous thread handling started git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@403 3ae390bd-cb1e-0410-b409-cd5a39f66f1f --- pid.c | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) (limited to 'pid.c') diff --git a/pid.c b/pid.c index 3c7ca18..1bb2d5e 100644 --- a/pid.c +++ b/pid.c @@ -1,4 +1,4 @@ -/* $Id: pid.c,v 1.5 2004/03/03 04:44:16 reinelt Exp $ +/* $Id: pid.c,v 1.6 2004/03/19 06:37:47 reinelt Exp $ * * PID file handling * @@ -22,6 +22,9 @@ * * * $Log: pid.c,v $ + * Revision 1.6 2004/03/19 06:37:47 reinelt + * asynchronous thread handling started + * * Revision 1.5 2004/03/03 04:44:16 reinelt * changes (cosmetics?) to the big patch from Martin * hash patch un-applied @@ -75,6 +78,10 @@ #include "pid.h" #include "qprintf.h" +#ifdef WITH_DMALLOC +#include +#endif + int pid_init (const char *pidfile) { -- cgit v1.2.3