summaryrefslogtreecommitdiff
blob: 5ecb90f12a8218e2c662bf374b4f410f9e0cf37e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
fix building when ddcpci is disabled.  just a hack while we sort
out the real fix upstream.

--- a/src/gddccontrol/main.c
+++ b/src/gddccontrol/main.c
@@ -24,7 +24,7 @@
 #include <stdio.h>
 #include <unistd.h>
 
-#include "ddcpci-ipc.h"
+#define IDLE_TIMEOUT 60
 
 #include "notebook.h"