Tizen 2.0 Release
[framework/web/wrt-commons.git] / modules / core / src / file_input.cpp
index 6e536db..c0007e4 100644 (file)
  *    limitations under the License.
  */
 /*
- * @file        named_input_pipe.cpp
+ * @file        file_input.cpp
  * @author      Przemyslaw Dobrowolski (p.dobrowolsk@samsung.com)
  * @version     1.0
  * @brief       This file is the implementation file of named input pipe
  */
+#include <stddef.h>
 #include <dpl/file_input.h>
 #include <dpl/binary_queue.h>
 #include <dpl/log/log.h>
@@ -29,6 +30,7 @@
 
 namespace DPL
 {
+
 namespace // anonymous
 {
 const size_t DEFAULT_READ_BUFFER_SIZE = 4096;