Browse Source

fix compile...

Simon Archipoff 12 years ago
parent
commit
d1bf961cc4
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/sched_policies/bitmap.c

+ 1 - 1
src/sched_policies/bitmap.c

@@ -17,7 +17,7 @@ struct _starpu_bitmap{
 };
 
 #ifndef STARPU_NO_ASSERT
-static int check_bitmap(struct _starpu_bitmap *b)
+static int check_bitmap(struct _starpu_bitmap *b);
 #endif