mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-10 07:04:03 +00:00
e0d27de67d
- Reset maintainership on maintainer's request PR: ports/86060 Submitted by: Jose Alonso Cardenas Marquez <acardenas@bsd.org.pe>
17 lines
492 B
C++
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)
|
|
{
|