changeset 93:be49e121160e

Cleanups
author Sebastien Decugis <sdecugis@nict.go.jp>
date Wed, 16 Jul 2008 14:57:31 +0900
parents 2aeaf00dfbf3
children 9862eceddf8d
files waaad/tests/tests.h
diffstat 1 files changed, 10 insertions(+), 7 deletions(-) [+]
line wrap: on
line diff
--- a/waaad/tests/tests.h	Wed Jul 16 14:57:17 2008 +0900
+++ b/waaad/tests/tests.h	Wed Jul 16 14:57:31 2008 +0900
@@ -41,19 +41,22 @@
 #ifndef _TESTS_H
 #define _TESTS_H
 
+/* The waaad API */
+#include <waaad/waaad.h>
+
+/* The waaad internal files */
+#include <waaad-internal.h>
+
 /* Standard includes */
 #include <errno.h>
 #include <stdio.h>
 #include <stdlib.h>
 #include <getopt.h>
 #include <string.h>
-
-/* The waaad API */
-#include <waaad/waaad.h>
-
-/* The waaad internal files */
-#include <waaad-internal.h>
-
+#if HAVE_UNISTD_H
+# include <unistd.h>
+#endif /* HAVE_UNISTD_H */
+#include <time.h>
 
 /* Define the return code values */
 #define PASS	0
"Welcome to our mercurial repository"