Sophie

Sophie

distrib > Mageia > 3 > i586 > media > core-release-src > by-pkgid > 789b87b0678e66540b016bc519f1f5fc > files > 3

xdg-compliance-0.1-3.mga3.src.rpm

Index: xdg-autostart-0.1/test/manual.cpp
===================================================================
--- xdg-autostart-0.1/test/manual.cpp
+++ xdg-autostart-0.1/test/manual.cpp	2012-12-06 15:27:46.364762825 +0000
@@ -22,6 +22,7 @@
  */
 
 #include <iostream>
+#include <unistd.h>
 
 #include "XDGAutostart.h"
 #include "XDGBasedir.h"
Index: xdg-autostart-0.1/autostart/xdg-autostart.cpp
===================================================================
--- xdg-autostart-0.1/autostart/xdg-autostart.cpp
+++ xdg-autostart-0.1/autostart/xdg-autostart.cpp	2012-12-06 15:28:13.612220782 +0000
@@ -22,6 +22,7 @@
  */
 
 #include <iostream>
+#include <unistd.h>
 
 #include "XDGAutostart.h"
 #include "XDGUtils.h"