aboutsummaryrefslogtreecommitdiff
path: root/x11/idesk/files/patch-src_DesktopConfig.cpp
blob: 9667990a003ace41aaf253e381fa746a61a9853b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
*** 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)
  {