diff options
Diffstat (limited to 'x11-fm/entropyfm')
-rw-r--r-- | x11-fm/entropyfm/files/patch-src_include_notification_engine.h | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/x11-fm/entropyfm/files/patch-src_include_notification_engine.h b/x11-fm/entropyfm/files/patch-src_include_notification_engine.h new file mode 100644 index 000000000000..4e66d79e0ee9 --- /dev/null +++ b/x11-fm/entropyfm/files/patch-src_include_notification_engine.h @@ -0,0 +1,12 @@ +--- src/include/notification_engine.h.orig Tue Oct 17 21:24:21 2006 ++++ src/include/notification_engine.h Tue Oct 17 21:24:54 2006 +@@ -1,6 +1,9 @@ + #ifndef __NOTIFICATION_ENGINE_H_ + #define __NOTIFICATION_ENGINE_H_ + ++#include <sys/types.h> ++#include <pthread.h> ++ + enum ENTROPY_NOTIFY_TYPES { + ENTROPY_NOTIFY_GENERIC = 0, + ENTROPY_NOTIFY_THUMBNAIL_REQUEST =1, |