13 lines
292 B
Text
13 lines
292 B
Text
$NetBSD: patch-aa,v 1.3 2006/12/06 15:31:35 joerg Exp $
|
|
|
|
--- src/DesktopConfig.cpp.orig 2006-12-06 15:22:51.000000000 +0000
|
|
+++ src/DesktopConfig.cpp
|
|
@@ -22,6 +22,8 @@
|
|
* (See the included file COPYING / BSD )
|
|
*/
|
|
|
|
+#include <sys/stat.h>
|
|
+
|
|
#include "DesktopConfig.h"
|
|
#include "Util.h"
|
|
|