~zorba-coders/zorba/trunk

« back to all changes in this revision

Viewing changes to test/unit/datetime.cpp

  • Committer: Tarmac
  • Author(s): Matthias Brantner
  • Date: 2012-01-06 17:21:49 UTC
  • mfrom: (10600.1.2 trunk4)
  • Revision ID: tarmac-20120106172149-r0g3zw0cu5yfomlt
Bug #911956: Zorba fails to build with gcc 4.7.0 Approved: Till Westmann, Matthias Brantner

Show diffs side-by-side

added added

removed removed

Lines of Context:
21
21
#ifdef WIN32
22
22
# include <windows.h>
23
23
# define sleep(s) Sleep(s*1000)
 
24
#else
 
25
# include <unistd.h>
24
26
#endif
25
27
 
26
28
#include <zorba/store_manager.h>