From e6007f6057d1d4e68a5618f232953344b683a168 Mon Sep 17 00:00:00 2001 From: Damien Doligez Date: Thu, 24 Mar 2005 17:20:54 +0000 Subject: fusion des changements jusqu'a 3.08.3 git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@6824 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02 --- otherlibs/unix/gmtime.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'otherlibs/unix/gmtime.c') diff --git a/otherlibs/unix/gmtime.c b/otherlibs/unix/gmtime.c index 502a5f9f9..2ffeb3927 100644 --- a/otherlibs/unix/gmtime.c +++ b/otherlibs/unix/gmtime.c @@ -15,6 +15,7 @@ #include #include +#include #include #include "unixsupport.h" #include @@ -88,6 +89,7 @@ CAMLprim value unix_mktime(value t) #else -CAMLprim value unix_mktime(value t) { invalid_argument("mktime not implemented"); } +CAMLprim value unix_mktime(value t) +{ invalid_argument("mktime not implemented"); } #endif -- cgit v1.2.3-70-g09d2