X-Git-Url: http://git.draconx.ca/gitweb/gob-dx.git/blobdiff_plain/1b42784146ab0d40637c80cf6064bafe679a5a0a..6bec6738ec9d978036dcc64a7008c86b95bed5c0:/tests/interface.at diff --git a/tests/interface.at b/tests/interface.at index 61c42bb..9c368b6 100644 --- a/tests/interface.at +++ b/tests/interface.at @@ -204,6 +204,7 @@ TEST_FOOABLE_IMPL_DYN([Test:B], [Test:A], AT_DATA([main.c], [[#include +#include #include "test-fooable.h" #include "test-a.h" #include "test-b.h" @@ -254,6 +255,7 @@ TEST_FOOABLE_IMPL_DYN([Test:B], [Test:A], AT_DATA([main.c], [[#include +#include #include "test-fooable.h" #include "test-a.h" #include "test-a-mod.h" @@ -306,6 +308,7 @@ TEST_FOOABLE_IMPL([Test:C], [Test:B], AT_DATA([main.c], [[#include +#include #include "test-fooable.h" #include "test-a.h" #include "test-b.h" @@ -349,6 +352,7 @@ TEST_FOOABLE_IMPL_DYN([Test:C], [Test:B], AT_DATA([main.c], [[#include +#include #include "test-fooable.h" #include "test-a.h" #include "test-a-mod.h"