Skip to content

Commit

Permalink
fix includes in RTS so that we don't get "implicit function declarati…
Browse files Browse the repository at this point in the history
…on" for cilk stuff
  • Loading branch information
ulysses4ever committed Jun 11, 2024
1 parent f7ffa06 commit c7818c8
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions gibbon-rts/rts-c/gibbon_rts.h
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,11 @@
#include <limits.h>
#include <time.h>

#ifdef _GIBBON_PARALLEL
#include <cilk/cilk.h>
#include <cilk/cilk_api.h>
#endif

/*
* CPP macros used in the RTS:
* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Expand Down

0 comments on commit c7818c8

Please sign in to comment.