[packages/falf] unistd.h is needed for usleep()

baggins baggins at pld-linux.org
Wed Jul 18 15:00:24 CEST 2012


commit c8272d669786634663537bb8525ea744cefcf6d8
Author: Jan Rękorajski <baggins at pld-linux.org>
Date:   Wed Jul 18 14:59:07 2012 +0200

    unistd.h is needed for usleep()

 falf-usleep.patch | 10 ++++++++++
 1 file changed, 10 insertions(+)
---
diff --git a/falf-usleep.patch b/falf-usleep.patch
new file mode 100644
index 0000000..1be52cf
--- /dev/null
+++ b/falf-usleep.patch
@@ -0,0 +1,10 @@
+--- falf-1.3/frmmain.ui.h~	2012-07-18 14:54:14.824340192 +0200
++++ falf-1.3/frmmain.ui.h	2012-07-18 14:58:01.714332189 +0200
+@@ -42,6 +42,7 @@
+ #include <tag.h>
+ 
+ #include <cstdlib>
++#include <unistd.h>
+ 
+ #define CURRENT_PLAYLIST collection.getPlaylist(tabPlaylist->currentPageIndex())
+ #define CURRENT_TRACK lstPlaylist->selectedItem()


More information about the pld-cvs-commit mailing list