X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;f=threads-model.h;h=5fc6d675aba6a9f05b132ded2ad2aed0ad6250d5;hb=2cd228006768bd0a4e083616a5c6bda4e1fe3507;hp=ef2c9e10433559c519d1d6062963e2dd6b342f91;hpb=ed73252cff03383a802a9608a97e5234bc90fcc4;p=model-checker.git diff --git a/threads-model.h b/threads-model.h index ef2c9e1..5fc6d67 100644 --- a/threads-model.h +++ b/threads-model.h @@ -5,13 +5,13 @@ #ifndef __THREADS_MODEL_H__ #define __THREADS_MODEL_H__ -#include #include #include "mymemory.h" #include #include "modeltypes.h" #include "stl-model.h" +#include "context.h" struct thread_params { thrd_start_t func;