mirror of
https://github.com/ZLMediaKit/ZLMediaKit.git
synced 2026-06-13 11:41:44 +08:00
修正posix系统下编译失败的bug
This commit is contained in:
@@ -8,6 +8,10 @@
|
||||
#ifndef SRC_SHELL_CMD_H_
|
||||
#define SRC_SHELL_CMD_H_
|
||||
|
||||
#if !defined(_WIN32)
|
||||
#include <getopt.h>
|
||||
#endif //!defined(_WIN32)
|
||||
|
||||
#include <string>
|
||||
#include <vector>
|
||||
#include <iostream>
|
||||
|
||||
Reference in New Issue
Block a user