diff options
Diffstat (limited to 'tests/transactional.h')
-rw-r--r-- | tests/transactional.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/transactional.h b/tests/transactional.h new file mode 100644 index 00000000..afb15327 --- /dev/null +++ b/tests/transactional.h @@ -0,0 +1,3 @@ +#include "/usr/local/include/urweb/types.h" + +uw_unit uw_Transactional_foo(uw_context); |