From 21b5980f8212c00ff3ee6c39beca7de9c5a3b901 Mon Sep 17 00:00:00 2001 From: Sami Kerola Date: Wed, 4 Jan 2012 19:23:19 +0100 Subject: [PATCH] watch: include strutils.h Without the header strtod_or_err() returned random value. Signed-off-by: Sami Kerola --- watch.c | 1 + 1 file changed, 1 insertion(+) diff --git a/watch.c b/watch.c index 747c4804..a6ad22e7 100644 --- a/watch.c +++ b/watch.c @@ -17,6 +17,7 @@ #include "config.h" #include "nls.h" #include "proc/procps.h" +#include "strutils.h" #include "xalloc.h" #include #include