1
0
mirror of https://github.com/samba-team/samba.git synced 2025-12-02 00:23:50 +03:00

added include of sys/resource.h

This commit is contained in:
Andrew Tridgell
-
parent 79755ce970
commit bf136b4fa8
4 changed files with 238 additions and 189 deletions

View File

@@ -49,9 +49,14 @@
#include <sys/types.h>
#ifdef HAVE_SYS_RESOURCE_H
#include <sys/resource.h>
#endif
#ifdef HAVE_UNISTD_H
#include <unistd.h>
#endif
#include <stdio.h>
#include <stddef.h>