summaryrefslogtreecommitdiffstats
path: root/audio/jack/files/patch-drivers_dummy_dummy__driver.c
blob: 6289ef2928e69253a5e3ee8326b9ee64fb27a657 (plain)
1
2
3
4
5
6
7
8
9
10
11
--- drivers/dummy/dummy_driver.c.orig	2013-10-04 00:45:25 UTC
+++ drivers/dummy/dummy_driver.c
@@ -73,7 +73,7 @@ FakeVideoSync( dummy_driver_t *driver )
         }
 }
 
-#ifdef HAVE_CLOCK_GETTIME
+#if HAVE_CLOCK_GETTIME
 static inline unsigned long long ts_to_nsec(struct timespec ts)
 {
     return ts.tv_sec * 1000000000LL + ts.tv_nsec;
OpenPOWER on IntegriCloud