Commit f3a9c723 authored by Ramon Nou's avatar Ramon Nou
Browse files

Added includes for I/O ops

parent e4eebd35
Loading
Loading
Loading
Loading
+2 −1
Original line number Original line Diff line number Diff line
@@ -35,7 +35,8 @@
#include <iostream>
#include <iostream>
#include <daemon/backend/metadata/parallax_backend.hpp>
#include <daemon/backend/metadata/parallax_backend.hpp>
#include <mutex>
#include <mutex>

#include <unistd.h>
#include <fcntl.h>
using namespace std;
using namespace std;
extern "C" {
extern "C" {
#include <sys/stat.h>
#include <sys/stat.h>