"Include what you use" for tests
Many of these tests implicitly required the target language library files to include the headers upstream.
This commit is contained in:
parent
c1258323b1
commit
feeb2516ae
17 changed files with 61 additions and 31 deletions
|
|
@ -5,4 +5,8 @@
|
|||
%cdata(int);
|
||||
%cdata(double);
|
||||
|
||||
%{
|
||||
#include <stdlib.h>
|
||||
%}
|
||||
|
||||
void *malloc(size_t size);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue