Add needed include files for flags needed by open.

This commit is contained in:
Andreas Schneider 2008-04-25 11:27:11 +02:00
Родитель b59fec14e8
Коммит ce1debedb6
1 изменённых файлов: 4 добавлений и 0 удалений

Просмотреть файл

@ -23,6 +23,10 @@
#ifndef _CSYNC_VIO_H
#define _CSYNC_VIO_H
#include <sys/types.h>
#include <sys/stat.h>
#include <fcntl.h>
#include "vio/csync_vio_handle.h"
#include "vio/csync_vio_file_stat.h"