Skip to content

Commit

Permalink
Merge pull request shadowsocks#104 from mysqto/master
Browse files Browse the repository at this point in the history
fix the undefined "MAX" problem
  • Loading branch information
clowwindy committed Jun 28, 2015
2 parents df38bea + 33b8fc4 commit cc2681b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/chinadns.c
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@
#include <sys/socket.h>
#include <sys/types.h>
#include <sys/time.h>
#include <sys/param.h>

#include "config.h"

Expand Down

0 comments on commit cc2681b

Please sign in to comment.