diff options
author | james <james@e7ae566f-a301-0410-adde-c780ea21d3b5> | 2009-06-01 20:12:15 +0000 |
---|---|---|
committer | james <james@e7ae566f-a301-0410-adde-c780ea21d3b5> | 2009-06-01 20:12:15 +0000 |
commit | e7a65dfbced1c7bff46e4261757af761f505f7eb (patch) | |
tree | 55d9b4f8bfa2f21b66d220370aa82a8083b2b66d | |
parent | Version 2.1_rc17 (diff) | |
download | openvpn-e7a65dfbced1c7bff46e4261757af761f505f7eb.tar.xz |
Fixed compile error on ./configure --enable-small
git-svn-id: http://svn.openvpn.net/projects/openvpn/branches/BETA21/openvpn@4501 e7ae566f-a301-0410-adde-c780ea21d3b5
-rw-r--r-- | init.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -35,6 +35,7 @@ #include "pkcs11.h" #include "ps.h" #include "lladdr.h" +#include "ping.h" #include "memdbg.h" |