AROS: We need emulation of readv/writev on aros

This commit is contained in:
Ronnie Sahlberg
2013-04-22 18:50:05 -07:00
parent 322be0cf24
commit 0a026e2da7
3 changed files with 15 additions and 0 deletions

View File

@@ -26,6 +26,10 @@
#include <unistd.h>
#endif
#ifdef AROS
#include "aros/aros_compat.h"
#endif
#include <stdio.h>
#include <stdlib.h>
#include <stdint.h>