small repair
authorvictor <victor@e16421f0-f15b-0410-abcd-98678b794739>
Wed, 11 Nov 2009 14:17:17 +0000 (14:17 +0000)
committervictor <victor@e16421f0-f15b-0410-abcd-98678b794739>
Wed, 11 Nov 2009 14:17:17 +0000 (14:17 +0000)
git-svn-id: https://ttuki.vtt.fi/svn/p2p-next/TUD/p2tp/trunk@536 e16421f0-f15b-0410-abcd-98678b794739

SConstruct
datagram.h
hashtree.cpp

index a2155b1..940a47a 100644 (file)
@@ -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:
index a2f238a..b03dea5 100644 (file)
@@ -34,6 +34,7 @@
 #include <string>
 #include "hashtree.h"
 #include "compat/util.h"
+#include "compat.h"
 
 
 namespace p2tp {
index 206ff37..9665cff 100644 (file)
@@ -12,7 +12,6 @@
 #include "sha1.h"
 #include <string.h>
 #include <stdlib.h>
-#include <io.h>
 #include <fcntl.h>
 #include "compat.h"