summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: c779af9)
raw | patch | inline | side by side (parent: c779af9)
author | oetiker <oetiker@a5681a0c-68f1-0310-ab6d-d61299d08faa> | |
Wed, 24 Apr 2002 20:43:27 +0000 (20:43 +0000) | ||
committer | oetiker <oetiker@a5681a0c-68f1-0310-ab6d-d61299d08faa> | |
Wed, 24 Apr 2002 20:43:27 +0000 (20:43 +0000) |
src/rrd_graph.c | patch | blob | history |
diff --git a/src/rrd_graph.c b/src/rrd_graph.c
index 2e6cb9f964edf4ac49528e2d101dda2687c38958..135a8a0683a96ed7fc890845c08b407f66bc72d7 100644 (file)
--- a/src/rrd_graph.c
+++ b/src/rrd_graph.c
* rrd__graph.c make creates ne rrds
****************************************************************************/
-#if 0
-#include "rrd_tool.h"
-#endif
#include <sys/stat.h>
#ifdef WIN32
#include <io.h>
#include <fcntl.h>
#endif
+
#ifdef HAVE_TIME_H
#include <time.h>
#endif
+
#ifdef HAVE_LOCALE_H
#include <locale.h>
#endif
+#include "rrd_tool.h"
+
#include "rrd_graph.h"
#include "rrd_graph_helper.h"
tzset();
#endif
#ifdef HAVE_SETLOCALE
- setlocale(LC_ALL,"");
+ setlocale(LC_TIME,"");
#endif