[commit: packages/time] format-widths, improve-leapseconds, master, posix-perf, tasty, wip/travis: use correct time C header (0d51531)
git at git.haskell.org
git at git.haskell.org
Mon Feb 20 21:07:21 UTC 2017
- Previous message: [commit: packages/time] format-widths, improve-leapseconds, master, posix-perf, tasty, wip/travis: fix Enums to conform with Haskell 98 (and GHC 6.4) (59ab29a)
- Next message: [commit: packages/time] format-widths, improve-leapseconds, master, posix-perf, tasty, wip/travis: Makefile to clean properly (0a170a3)
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Repository : ssh://git@git.haskell.org/time
On branches: format-widths,improve-leapseconds,master,posix-perf,tasty,wip/travis
Link : http://git.haskell.org/packages/time.git/commitdiff/0d515313859d601ec4049d971316af1cb944928e
>---------------------------------------------------------------
commit 0d515313859d601ec4049d971316af1cb944928e
Author: ashley <ashley at semantic.org>
Date: Tue Apr 12 00:06:58 2005 -0700
use correct time C header
darcs-hash:20050412070658-ca2d0-13155e99611adfa2e008de3b0461fde925a6b602
>---------------------------------------------------------------
0d515313859d601ec4049d971316af1cb944928e
timestuff.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/timestuff.c b/timestuff.c
index 79139bd..24c6983 100644
--- a/timestuff.c
+++ b/timestuff.c
@@ -1,4 +1,4 @@
-#include <sys/time.h>
+#include <time.h>
long int get_current_timezone_seconds ()
{
- Previous message: [commit: packages/time] format-widths, improve-leapseconds, master, posix-perf, tasty, wip/travis: fix Enums to conform with Haskell 98 (and GHC 6.4) (59ab29a)
- Next message: [commit: packages/time] format-widths, improve-leapseconds, master, posix-perf, tasty, wip/travis: Makefile to clean properly (0a170a3)
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the ghc-commits
mailing list