ply_get_timestamp() returns a double, but the compiler assumes it will
return an int if ply-utils.h isn't #included. This disparity between
what gets returned and what the compiler is expecting will be returned
causes astonishing knock-on effects (the label plugin fails to display
any text). See:
https://bugs.launchpad.net/ubuntu/+source/plymouth/+bug/
1187318
and
http://lists.freedesktop.org/archives/plymouth/2013-June/000733.html
#include "config.h"
+#include "ply-utils.h"
#include "script.h"
#include "script-parse.h"
#include "script-execute.h"