mirror of
https://gitee.com/xia-chu/ZLMediaKit.git
synced 2026-05-17 07:17:50 +08:00
修复windows下编译问题
This commit is contained in:
parent
ab08f333d3
commit
4cfe4e5d73
@ -1,6 +1,8 @@
|
|||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
#include <memory.h>
|
#include <memory.h>
|
||||||
|
#if !defined(_WIN32)
|
||||||
#include <dirent.h>
|
#include <dirent.h>
|
||||||
|
#endif //!defined(_WIN32)
|
||||||
#include <set>
|
#include <set>
|
||||||
#include "Util/CMD.h"
|
#include "Util/CMD.h"
|
||||||
#include "Util/util.h"
|
#include "Util/util.h"
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user