Skip to content

Commit d59464d

Browse files
ulysses4everckoparkar
authored andcommitted
fix includes in RTS so that we don't get "implicit function declaration" for cilk stuff
1 parent f7ffa06 commit d59464d

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

gibbon-rts/rts-c/gibbon_rts.h

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,11 @@
1010
#include <limits.h>
1111
#include <time.h>
1212

13+
#ifdef _GIBBON_PARALLEL
14+
#include <cilk/cilk.h>
15+
#include <cilk/cilk_api.h>
16+
#endif
17+
1318
/*
1419
* CPP macros used in the RTS:
1520
* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

0 commit comments

Comments
 (0)