Add missing include.

This commit is contained in:
Ryan Pavlik
2012-12-10 14:14:07 -06:00
parent a86f33afa5
commit f1b6c4ad2b

View File

@@ -46,6 +46,7 @@
#include <stdio.h> /* for perror */
#include <string.h> /* for memset */
#include <sys/socket.h> /* for connect, socket */
#include <sys/time.h> /* for struct timeval */
#include <unistd.h> /* for close, write */
#include <errno.h>