aboutsummaryrefslogtreecommitdiff
path: root/x11/kdebase4-workspace/files/patch-kdm-config.def
blob: 5eabd14494f3e994cef806c124d999a3cad85547 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
diff -ur kdm~/config.def kdm/config.def
--- ./kdm/config.def.orig	2009-11-17 12:53:01.000000000 +0200
+++ ./kdm/config.def	2009-11-17 12:55:35.000000000 +0200
@@ -32,6 +32,9 @@
 #define KDMCONF KDE_CONFDIR "/kdm"
 #define KDMDATA KDE_DATADIR "/kdm"
 
+#include <sys/param.h>  /* This is required for BSD define (how else will we
+                           known it exists?). */
+
 #ifdef _AIX
 # define HALT_CMD	"/usr/sbin/shutdown -h now"
 # define REBOOT_CMD	"/usr/sbin/shutdown -r now"