diff options
author | Stanislav Sedov <stas@FreeBSD.org> | 2006-11-01 22:14:50 +0000 |
---|---|---|
committer | Stanislav Sedov <stas@FreeBSD.org> | 2006-11-01 22:14:50 +0000 |
commit | 3294486143e4f7d3f911e057605ab3bd2c1b6140 (patch) | |
tree | baeba091140c18f28a6cfb12e93703c998874086 /x11-fm/entropyfm | |
parent | 348cef471dc520b07f3435fd6b4e366ae7650993 (diff) |
Notes
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, |