NFIFlash: hide hdd and other mounts (#480)
[vuplus_dvbapp] / lib / base / buffer.cpp
index 3a0a6a3..5dfdfad 100644 (file)
@@ -1,8 +1,9 @@
 #include <lib/base/buffer.h>
 #include <lib/base/eerror.h>
-#include <stdio.h>
+#include <cerrno>
+#include <cstdio>
+#include <cstring>
 #include <unistd.h>
-#include <errno.h>
 
 void eIOBuffer::removeblock()
 {