mirror of
https://github.com/samba-team/samba.git
synced 2025-01-29 21:47:30 +03:00
r18056: includes needed for O_CREAT
(This used to be commit 0b80ee8b3b17d4914010c9a54d5c2dcb69738990)
This commit is contained in:
parent
a587277aa3
commit
e057ef3c6f
@ -26,8 +26,10 @@
|
||||
|
||||
#include <stdlib.h>
|
||||
#include <unistd.h>
|
||||
#include <sys/stat.h>
|
||||
#include <string.h>
|
||||
#include <sys/stat.h>
|
||||
#include <sys/types.h>
|
||||
#include <fcntl.h>
|
||||
|
||||
void replace_dummy(void);
|
||||
void replace_dummy(void) {}
|
||||
|
Loading…
x
Reference in New Issue
Block a user