[pkg-fso-commits] [SCM] xf86-video-glamo, SMedia Glamo video driver for X.Org branch, master, updated. upstream/0.0.0+20090224.git703acea1-15-g25c4b0e

Lars-Peter Clausen lars at metafoo.de
Mon May 18 16:46:38 UTC 2009


The following commit has been merged in the master branch:
commit 0f03b39435910933a34f5b5dccbc57fb55a2b6f1
Author: Lars-Peter Clausen <lars at metafoo.de>
Date:   Sun May 3 17:06:36 2009 +0200

    Oops... fix includes.

diff --git a/src/glamo-cmdq.c b/src/glamo-cmdq.c
index 347ead3..f423aae 100644
--- a/src/glamo-cmdq.c
+++ b/src/glamo-cmdq.c
@@ -24,9 +24,6 @@
  * OF THIS SOFTWARE.
  */
 
-#include <sys/time.h>
-#include <unistd.h>
-
 #include "glamo-log.h"
 #include "glamo.h"
 #include "glamo-regs.h"
diff --git a/src/glamo-engine.c b/src/glamo-engine.c
index 895f019..2a8982d 100644
--- a/src/glamo-engine.c
+++ b/src/glamo-engine.c
@@ -20,8 +20,11 @@
  * OF THIS SOFTWARE.
  */
 
+#include <unistd.h>
+
 #include "glamo.h"
 #include "glamo-engine.h"
+#include "glamo-regs.h"
 
 void
 GLAMOEngineReset(GlamoPtr pGlamo, enum GLAMOEngine engine)

-- 
xf86-video-glamo, SMedia Glamo video driver for X.Org



More information about the pkg-fso-commits mailing list