summaryrefslogtreecommitdiff
path: root/audio/jack/files/patch-drivers_dummy_dummy__driver.h
blob: 4dd31438c2691cf7af38f6a68335a75dcc03f739 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- drivers/dummy/dummy_driver.h.orig	2013-10-04 00:45:25 UTC
+++ drivers/dummy/dummy_driver.h
@@ -44,7 +44,7 @@ struct _dummy_driver
     jack_nframes_t  period_size;
     unsigned long   wait_time;
 
-#ifdef HAVE_CLOCK_GETTIME
+#if HAVE_CLOCK_GETTIME
     struct timespec next_wakeup;
 #else
     jack_time_t     next_time;