fix the bug: error: ‘::readv’ has not been declared

This commit is contained in:
yahuichen(陈亚辉) 2018-11-23 12:10:39 +08:00
parent d687aae51a
commit 7f1b8c41fd

View File

@ -14,6 +14,7 @@
* specific language governing permissions and limitations under the License.
*/
#include <sys/uio.h>
#include "servant/Transceiver.h"
#include "servant/AdapterProxy.h"
#include "servant/Application.h"