From 1c03a636cecdeaa20acb352041f4e6bd067ea958 Mon Sep 17 00:00:00 2001 From: victor Date: Wed, 11 Nov 2009 14:17:17 +0000 Subject: [PATCH] small repair git-svn-id: https://ttuki.vtt.fi/svn/p2p-next/TUD/p2tp/trunk@536 e16421f0-f15b-0410-abcd-98678b794739 --- SConstruct | 2 +- datagram.h | 1 + hashtree.cpp | 1 - 3 files changed, 2 insertions(+), 2 deletions(-) diff --git a/SConstruct b/SConstruct index a2155b1..940a47a 100644 --- a/SConstruct +++ b/SConstruct @@ -82,7 +82,7 @@ else: # env.Append(CXXFLAGS="-g") # Set libs to link to - libs = ['stdc++','gtest','pthread','crypto'] + libs = ['stdc++','gtest','pthread'] if 'LIBPATH' in os.environ: libpath = os.environ['LIBPATH'] else: diff --git a/datagram.h b/datagram.h index a2f238a..b03dea5 100644 --- a/datagram.h +++ b/datagram.h @@ -34,6 +34,7 @@ #include #include "hashtree.h" #include "compat/util.h" +#include "compat.h" namespace p2tp { diff --git a/hashtree.cpp b/hashtree.cpp index 206ff37..9665cff 100644 --- a/hashtree.cpp +++ b/hashtree.cpp @@ -12,7 +12,6 @@ #include "sha1.h" #include #include -#include #include #include "compat.h" -- 2.20.1