Skip to content

Commit

Permalink
bug fix:add time.h
Browse files Browse the repository at this point in the history
  • Loading branch information
wenduo committed Jun 29, 2016
1 parent b2f6d21 commit b4d17c3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/pika_binlog.cc
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
#include <stdint.h>
#include <signal.h>
#include <unistd.h>
#include <sys/time.h>

#include <glog/logging.h>

Expand Down

0 comments on commit b4d17c3

Please sign in to comment.