Add includes.h to new test.
Fixes warnings eg "´bounded´ attribute directive ignor" from gcc.
This commit is contained in:
parent
e684b1ea36
commit
9e06572959
|
@ -5,6 +5,8 @@
|
|||
* Placed in the public domain
|
||||
*/
|
||||
|
||||
#include "includes.h"
|
||||
|
||||
#include <sys/types.h>
|
||||
#include <sys/param.h>
|
||||
#include <sys/stat.h>
|
||||
|
|
Loading…
Reference in New Issue