Fix minor oops (removed #include<sys/time.h> erroneously)

このコミットが含まれているのは:
tedbullock 2007-07-16 04:48:42 +00:00
コミット 658e4d646f

ファイルの表示

@ -36,6 +36,7 @@
#include <errno.h>
#include <stdio.h>
#include <stdlib.h>
#include <sys/time.h>
#include <generic_types.h>
#include <httperf.h>