diff options
Diffstat (limited to 'desktop/nitrogen/Thumbview.patch')
-rw-r--r-- | desktop/nitrogen/Thumbview.patch | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/desktop/nitrogen/Thumbview.patch b/desktop/nitrogen/Thumbview.patch new file mode 100644 index 0000000000..c9940fd53b --- /dev/null +++ b/desktop/nitrogen/Thumbview.patch @@ -0,0 +1,15 @@ +--- ./src/Thumbview.cc.orig 2009-12-08 04:48:35.741511086 -0600 ++++ ./src/Thumbview.cc 2009-12-08 04:49:33.443508029 -0600 +@@ -19,11 +19,11 @@ + + */ + ++#include <png.h> + #include "main.h" + #include "Thumbview.h" + #include "md5.h" + #include <glib/gstdio.h> +-#include <png.h> + #include <sys/types.h> + #include <sys/stat.h> + #include <unistd.h> |