X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;f=test%2Fuserprog.c;h=cbd58ee810960eb9caaccc6458e6578d95148df0;hb=a4090d03cc1a5f5bca8f10986d74b76a9bb45371;hp=b45e8f9dcebe338cfa4374a75c8aaaa45e54a92b;hpb=b59d5f84ac4800cc144fc7c8837d96181423d9ae;p=model-checker.git diff --git a/test/userprog.c b/test/userprog.c index b45e8f9..cbd58ee 100644 --- a/test/userprog.c +++ b/test/userprog.c @@ -1,8 +1,8 @@ #include +#include +#include -#include "libthreads.h" #include "librace.h" -#include "stdatomic.h" atomic_int x; atomic_int y;