- 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
318 B
C++
11 lines
318 B
C++
--- src/DesktopConfig.cpp.orig 2005-11-10 23:07:58 UTC
|
|
+++ src/DesktopConfig.cpp
|
|
@@ -24,6 +24,7 @@
|
|
|
|
#include "DesktopConfig.h"
|
|
#include "Util.h"
|
|
+#include "sys/stat.h"
|
|
|
|
//the initilizer list just sets the program defaults for non-necessary options
|
|
DesktopConfig::DesktopConfig(Database db, string ideskrcFile) :
|