summaryrefslogtreecommitdiff
path: root/test/msan/initgroups.cc
diff options
context:
space:
mode:
Diffstat (limited to 'test/msan/initgroups.cc')
-rw-r--r--test/msan/initgroups.cc3
1 files changed, 2 insertions, 1 deletions
diff --git a/test/msan/initgroups.cc b/test/msan/initgroups.cc
index 94f6cd8252f3..974b1cbaa666 100644
--- a/test/msan/initgroups.cc
+++ b/test/msan/initgroups.cc
@@ -1,7 +1,8 @@
-// RUN: %clangxx_msan -m64 -O0 %s -o %t && %run %t
+// RUN: %clangxx_msan -O0 %s -o %t && %run %t
#include <sys/types.h>
#include <grp.h>
+#include <unistd.h> // FreeBSD declares initgroups() here.
int main(void) {
initgroups("root", 0);