summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--source3/wscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/wscript b/source3/wscript
index 165146cf6f..1b7f0e7745 100644
--- a/source3/wscript
+++ b/source3/wscript
@@ -443,7 +443,7 @@ return acl_get_perm_np(permset_d, perm);
conf.CHECK_CODE('''
#include <sys/types.h>
- #include <sys/socket.h>],
+ #include <sys/socket.h>
struct ucred cred;
socklen_t cred_len;
int ret = getsockopt(0, SOL_SOCKET, SO_PEERCRED, &cred, &cred_len);''',