forked from OSchip/llvm-project
Fix silly mistake I made applying patch to fix test.
llvm-svn: 75303
This commit is contained in:
parent
bf8e4c1128
commit
fd9b1094b8
|
@ -3,8 +3,8 @@
|
|||
// Test if the 'storage' region gets properly initialized after it is cast to
|
||||
// 'struct sockaddr *'.
|
||||
|
||||
#include <sys/socket.h>
|
||||
#include <sys/types.h>
|
||||
#include <sys/socket.h>
|
||||
|
||||
void f(int sock) {
|
||||
struct sockaddr_storage storage;
|
||||
|
|
Loading…
Reference in New Issue