Browse Source

Bugfix: cairnsmore: Add missing compat.h include (for sleep)

Luke Dashjr 13 years ago
parent
commit
a847707611
1 changed files with 1 additions and 0 deletions
  1. 1 0
      driver-cairnsmore.c

+ 1 - 0
driver-cairnsmore.c

@@ -7,6 +7,7 @@
  * any later version.  See COPYING for more details.
  * any later version.  See COPYING for more details.
  */
  */
 
 
+#include "compat.h"
 #include "dynclock.h"
 #include "dynclock.h"
 #include "fpgautils.h"
 #include "fpgautils.h"
 #include "icarus-common.h"
 #include "icarus-common.h"