include includes.h to avoid build failure on AIX

This commit is contained in:
Damien Miller 2015-02-24 09:23:04 -08:00
parent 13af342458
commit cb030ce25f
3 changed files with 6 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 <stdio.h>

View File

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

View File

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