Skip to content

Commit b7b6f4a

Browse files
committed
fixed:linux build error
1 parent 04b8e83 commit b7b6f4a

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

XEngine_Source/XEngine_MQServiceApp/MQService_Hdr.h

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
#include <Windows.h>
44
#include <tchar.h>
55
#include <io.h>
6+
#else
7+
#include <unistd.h>
8+
#include <sys/wait.h>
9+
#include <sys/types.h>
610
#endif
711
#include <stdio.h>
812
#include <stdlib.h>

0 commit comments

Comments
 (0)