Skip to content

Commit

Permalink
Add a missing include in test.
Browse files Browse the repository at this point in the history
A fix for r373993.

llvm-svn: 374448
  • Loading branch information
eugenis committed Oct 10, 2019
1 parent 67f0c5c commit 53a53e6
Showing 1 changed file with 1 addition and 0 deletions.
Expand Up @@ -6,6 +6,7 @@
#include <assert.h>
#include <unistd.h>
#include <cstring>
#include <crypt.h>

int
main (int argc, char** argv)
Expand Down

0 comments on commit 53a53e6

Please sign in to comment.