Make anonymous_bitfield test compile

It still doesn't pass, but at least include the correct header from it.
This commit is contained in:
Vadim Zeitlin 2016-04-20 18:51:46 +02:00
commit 3764ee1764

View file

@ -1,4 +1,4 @@
#include "abstract_typedef2/abstract_change_wrap.h"
#include "anonymous_bitfield/anonymous_bitfield_wrap.h"
#include <assert.h>
int main(int argc, const char *argv[]) {
@ -26,4 +26,4 @@ int main(int argc, const char *argv[]) {
delete_Foo(f);
return 0;
}
}