Browse Source

Fix building error of ss-redir

pull/988/head
Max Lv 8 years ago
parent
commit
b7e5a97a74
1 changed files with 2 additions and 0 deletions
  1. 2
      src/redir.c

2
src/redir.c

@ -40,7 +40,9 @@
#include <linux/if.h>
#include <linux/netfilter_ipv4.h>
#include <linux/netfilter_ipv6/ip6_tables.h>
#include <udns.h>
#include <libcork/core.h>
#ifdef HAVE_CONFIG_H
#include "config.h"

Loading…
Cancel
Save