Add includes.h to new test.

Fixes warnings eg "´bounded´ attribute directive ignor" from gcc.
This commit is contained in:
Darren Tucker 2020-06-19 18:47:56 +10:00
parent e684b1ea36
commit 9e06572959
1 changed files with 2 additions and 0 deletions

View File

@ -5,6 +5,8 @@
* Placed in the public domain
*/
#include "includes.h"
#include <sys/types.h>
#include <sys/param.h>
#include <sys/stat.h>