From ad4ac41b139fbfb7f5b700a887ed3e226f0e3c62 Mon Sep 17 00:00:00 2001 From: Henrik Hautakoski Date: Sat, 24 Sep 2011 13:53:18 +0200 Subject: [PATCH] lockfile.c: missing stdlib.h for atexit() --- lockfile.c | 1 + 1 file changed, 1 insertion(+) diff --git a/lockfile.c b/lockfile.c index 00dfd60..e127194 100644 --- a/lockfile.c +++ b/lockfile.c @@ -22,6 +22,7 @@ */ #include #include +#include #include #include #include