]> p2p-next.cs.pub.ro Git - swift-upb.git/commitdiff
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 a2155b180eac23551411d4a02dce4b693abf66ba..940a47a413d9c89d17eac3fc2d8e5281f844263d 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 a2f238a4f9fde9cf27e65282ccf4cbaa59df79a6..b03dea53d483342bc4ad3dfded03770921e96349 100644 (file)
@@ -34,6 +34,7 @@
 #include <string>
 #include "hashtree.h"
 #include "compat/util.h"
+#include "compat.h"
 
 
 namespace p2tp {
index 206ff373cdb922641c03413132752db08a39e45e..9665cff6b53bcc6e4ccaa17accd451a56e35d028 100644 (file)
@@ -12,7 +12,6 @@
 #include "sha1.h"
 #include <string.h>
 #include <stdlib.h>
-#include <io.h>
 #include <fcntl.h>
 #include "compat.h"