16 lines
343 B
Diff
16 lines
343 B
Diff
--- ./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>
|