Fix silly mistake I made applying patch to fix test.

llvm-svn: 75303
This commit is contained in:
Eli Friedman 2009-07-10 22:27:56 +00:00
parent bf8e4c1128
commit fd9b1094b8
1 changed files with 1 additions and 1 deletions

View File

@ -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;