lib9: fix openbsd build

Fix build error and warning on OpenBSD 5.1,
as reported by Dimitri Sokolyuk.

R=rsc
http://codereview.appspot.com/6350044
This commit is contained in:
David du Colombier 2012-06-27 20:02:03 +02:00
parent 3409bc9ae1
commit d765c37110
2 changed files with 2 additions and 1 deletions

View file

@ -3,6 +3,7 @@
#include <libc.h>
#include <sys/types.h>
#include <sys/socket.h>
#include <netdb.h>
#include <sys/un.h>
#include <netinet/in.h>