]> git.pld-linux.org Git - packages/falf.git/commitdiff
unistd.h is needed for usleep()
authorJan Rękorajski <baggins@pld-linux.org>
Wed, 18 Jul 2012 12:59:07 +0000 (14:59 +0200)
committerJan Rękorajski <baggins@pld-linux.org>
Wed, 18 Jul 2012 12:59:07 +0000 (14:59 +0200)
falf-usleep.patch [new file with mode: 0644]

diff --git a/falf-usleep.patch b/falf-usleep.patch
new file mode 100644 (file)
index 0000000..1be52cf
--- /dev/null
@@ -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()
This page took 0.083507 seconds and 4 git commands to generate.