Include missing header.
The build was successful. Details

This commit is contained in:
Rafal Kupiec 2019-06-16 08:41:42 +02:00
parent 050a637e88
commit b3eb2d0139
Signed by: belliash
GPG Key ID: 4E829243E0CFE6B4
1 changed files with 1 additions and 0 deletions

View File

@ -14,6 +14,7 @@
#ifndef __PH7INT_H__ #ifndef __PH7INT_H__
#define __PH7INT_H__ #define __PH7INT_H__
#define PH7_PRIVATE #define PH7_PRIVATE
#include <stdlib.h>
#include "ph7.h" #include "ph7.h"
#ifdef __WINNT__ #ifdef __WINNT__
#include <windows.h> #include <windows.h>