watch: include strutils.h

Without the header strtod_or_err() returned random value.

Signed-off-by: Sami Kerola <kerolasa@iki.fi>
This commit is contained in:
Sami Kerola 2012-01-04 19:23:19 +01:00 committed by Craig Small
parent dd194da7ec
commit 21b5980f82

View File

@ -17,6 +17,7 @@
#include "config.h"
#include "nls.h"
#include "proc/procps.h"
#include "strutils.h"
#include "xalloc.h"
#include <ctype.h>
#include <errno.h>