X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;f=test%2Frmwprog.c;h=feac7766c9f68154e169c143d0903cbf18b44141;hb=a4090d03cc1a5f5bca8f10986d74b76a9bb45371;hp=a74ae426ca95df7e90f63424d4aaaa3a327e7292;hpb=b59d5f84ac4800cc144fc7c8837d96181423d9ae;p=model-checker.git diff --git a/test/rmwprog.c b/test/rmwprog.c index a74ae42..feac776 100644 --- a/test/rmwprog.c +++ b/test/rmwprog.c @@ -1,8 +1,8 @@ #include +#include +#include -#include "libthreads.h" #include "librace.h" -#include "stdatomic.h" atomic_int x;