Trim trailing whitespace, reoder getopt_long per shortopt char; Fix -D while at it
[rrdtool.git] / src / rrd_parsetime.c
index 7fa3559..f3a8e2e 100644 (file)
 
 /* Local headers */
 
-#include "rrd_tool.h"
 #include <stdarg.h>
+#include <stdlib.h>
+#include <ctype.h>
+
+#include "rrd_tool.h"
 
 /* Structures and unions */