Revision: 7314
          http://playerstage.svn.sourceforge.net/playerstage/?rev=7314&view=rev
Author:   gbiggs
Date:     2009-01-30 20:50:05 +0000 (Fri, 30 Jan 2009)

Log Message:
-----------
#ifdef'd out include of replace.h on platforms that have gettimeofday()

Modified Paths:
--------------
    code/player/trunk/libplayercore/playertime.h

Modified: code/player/trunk/libplayercore/playertime.h
===================================================================
--- code/player/trunk/libplayercore/playertime.h        2009-01-30 03:50:08 UTC 
(rev 7313)
+++ code/player/trunk/libplayercore/playertime.h        2009-01-30 20:50:05 UTC 
(rev 7314)
@@ -62,7 +62,9 @@
   #include <sys/time.h>
 #endif
 
-#include "replace/replace.h"
+#if !HAVE_GETTIMEOFDAY
+  #include "replace/replace.h"
+#endif
 
 class PLAYERCORE_EXPORT PlayerTime
 {


This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.

------------------------------------------------------------------------------
This SF.net email is sponsored by:
SourcForge Community
SourceForge wants to tell your story.
http://p.sf.net/sfu/sf-spreadtheword
_______________________________________________
Playerstage-commit mailing list
Playerstage-commit@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/playerstage-commit

Reply via email to