summaryrefslogtreecommitdiff
path: root/source3/smbwrapper/wrapper.h
blob: c891cd948f8ef27c90c569c432be61f575a8981c (plain)
1
2
3
4
5
6
7
8
9
10
11
#include "config.h"

#include <syscall.h>
#include <stdio.h>
#include <dirent.h>
#include <errno.h>
#include <sys/types.h>
#include <sys/stat.h>
#include <sys/time.h>
#include "kernel_stat.h"
#include "realcalls.h"