summaryrefslogtreecommitdiffstats
path: root/src/rrd.h
diff options
context:
space:
mode:
authorCosta Tsaousis (ktsaou) <costa@tsaousis.gr>2015-12-29 04:21:19 +0200
committerCosta Tsaousis (ktsaou) <costa@tsaousis.gr>2015-12-29 04:21:19 +0200
commitf4456c3d41da3d23520106fdb8b5d9f66267a3cb (patch)
tree25058a9b47510f11acbb05a7241abe68fe105fa1 /src/rrd.h
parent376187e8363a03245fdf49242596a7e9894850a8 (diff)
fixed minor issues throughout the code (mainly types); dashboard has now a watermark while loading to show it downloads or renders something; a lot of code cleanup in javascript
Diffstat (limited to 'src/rrd.h')
-rwxr-xr-xsrc/rrd.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/rrd.h b/src/rrd.h
index ab9935ad3d..b482d3e4e0 100755
--- a/src/rrd.h
+++ b/src/rrd.h
@@ -1,5 +1,6 @@
#include <sys/time.h>
#include <pthread.h>
+#include <stdint.h>
#include "avl.h"
#include "storage_number.h"