1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-24 21:34:56 +03:00

s3-includes: only include system/capability.h when needed.

Guenther
This commit is contained in:
Günther Deschner 2011-02-25 16:39:14 +01:00
parent 739ca0e7db
commit 21a78b88cc
2 changed files with 1 additions and 1 deletions

View File

@ -68,7 +68,6 @@
#endif
#endif /* RELIANTUNIX */
#include "system/capability.h"
#include "system/dir.h"
#include "system/filesys.h"
#include "system/locale.h"

View File

@ -22,6 +22,7 @@
#include "includes.h"
#include "system/syslog.h"
#include "system/capability.h"
#ifdef HAVE_SYS_PRCTL_H
#include <sys/prctl.h>