Add includes.h for compatibility stuff.

This commit is contained in:
Darren Tucker 2015-02-25 13:17:40 +11:00
parent 38806bda6d
commit a47ead7c95
1 changed files with 2 additions and 0 deletions

View File

@ -15,6 +15,8 @@
* OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
*/ */
#include "includes.h"
#include <sys/types.h> #include <sys/types.h>
#include <string.h> #include <string.h>