1
0
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:
Andrew Tridgell 2006-09-05 02:05:36 +00:00 committed by Gerald (Jerry) Carter
parent a587277aa3
commit e057ef3c6f

View File

@ -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) {}