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

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