gnash-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Gnash-commit] /srv/bzr/gnash/trunk r12315: Add a missing getclocktime.h


From: Andrea Palmatè
Subject: [Gnash-commit] /srv/bzr/gnash/trunk r12315: Add a missing getclocktime.hpp include to avoid a compilation error when clock_gettime() function is not present
Date: Mon, 19 Jul 2010 20:14:54 +0200
User-agent: Bazaar (2.0.3)

------------------------------------------------------------
revno: 12315
committer: Andrea Palmatè <address@hidden>
branch nick: gnash
timestamp: Mon 2010-07-19 20:14:54 +0200
message:
  Add a missing getclocktime.hpp include to avoid a compilation error when 
clock_gettime() function is not present
modified:
  libbase/memory.cpp
=== modified file 'libbase/memory.cpp'
--- a/libbase/memory.cpp        2010-01-11 06:41:38 +0000
+++ b/libbase/memory.cpp        2010-07-19 18:14:54 +0000
@@ -31,6 +31,7 @@
 
 #include "log.h"
 #include "gmemory.h"
+#include "getclocktime.hpp"
 
 using namespace std;
 


reply via email to

[Prev in Thread] Current Thread [Next in Thread]