X-Git-Url: http://git.tdb.fi/?p=libs%2Fcore.git;a=blobdiff_plain;f=source%2Fio%2Futils.h;fp=source%2Fio%2Futils.h;h=4507f5c8046ca7e35b6a35a14dd990834b4fefc0;hp=f73383d94ba9dc29b78d17aaa0c2a1e4912afec7;hb=5d3a5019399f97af0371f4fd6dc415d36de6ac3a;hpb=5d51c374869f13f762039f58c03f3c5d75c12f07 diff --git a/source/io/utils.h b/source/io/utils.h index f73383d..4507f5c 100644 --- a/source/io/utils.h +++ b/source/io/utils.h @@ -2,6 +2,7 @@ #define MSP_IO_UTILS_H_ #include +#include namespace Msp { namespace IO { @@ -14,7 +15,7 @@ data is read, regardless of the blocking mode of the object. Note: If the data is not immediately available and the object is in non-blocking mode, this function effectively becomes a busyloop until it can get more data. */ -std::size_t read_all(Base &, char *, std::size_t); +MSPCORE_API std::size_t read_all(Base &, char *, std::size_t); } // namespace IO } // namespace Msp