Include missing header.
All checks were successful
The build was successful.

This commit is contained in:
Rafal Kupiec 2019-06-16 08:41:42 +02:00
förälder 050a637e88
incheckning b3eb2d0139
Signerad av: belliash
GPG-nyckel ID: 4E829243E0CFE6B4

Visa fil

@ -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>