blob: 3e68d8c202e4bb55d8f30eb7c6828c08e4a8b4d1 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
|
--- src/fasthenry/parse_command_line.c.orig 2009-01-11 14:21:26.000000000 -0500
+++ src/fasthenry/parse_command_line.c 2011-03-31 10:56:27.000000000 -0400
@@ -4,6 +4,7 @@
#include "induct.h"
#include <string.h>
+#include <time.h>
#ifdef SOLARIS
#include <sys/systeminfo.h>
#endif
|