Include includes.h for compat bits.

This commit is contained in:
Darren Tucker 2017-03-16 14:05:46 +11:00
parent b55f634e96
commit 2fbf91684d
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 <stdio.h>