1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-10 07:04:03 +00:00
freebsd-ports/x11/idesk/files/patch-src_DesktopConfig.cpp
Pav Lucistnik e0d27de67d - Update to 0.7.4
- Reset maintainership on maintainer's request

PR:		ports/86060
Submitted by:	Jose Alonso Cardenas Marquez <acardenas@bsd.org.pe>
2005-09-13 21:18:32 +00:00

17 lines
492 B
C++

*** src/DesktopConfig.cpp.orig Mon Sep 5 21:03:05 2005
--- src/DesktopConfig.cpp Mon Sep 12 22:38:55 2005
***************
*** 22,31 ****
--- 22,32 ----
* (See the included file COPYING / BSD )
*/
#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) :
AbstractConfig(ideskrcFile)
{