- Fix build with imlib2 1.12.1 due to imlib2-config drop in 1.7.5 in favor of pkgconfig - Fix SN option build (lib depends) - Add license - Pet portlint, portclippy, portfmt and Q/A check PR: 276370
11 lines
435 B
C++
11 lines
435 B
C++
--- src/XImlib2Background.cpp.orig 2005-11-10 23:08:55 UTC
|
|
+++ src/XImlib2Background.cpp
|
|
@@ -26,6 +26,7 @@
|
|
#include "Database.h"
|
|
#include "XImlib2Background.h"
|
|
#include <X11/Xatom.h>
|
|
+#include "sys/stat.h"
|
|
|
|
XImlib2Background::XImlib2Background(AbstractContainer * c, AbstractConfig * con): TimerControl(),
|
|
container(c), config(con),delay(0), mode(0), save(NULL), show(NULL),
|