git-svn-id: https://ttuki.vtt.fi/svn/p2p-next/TUD/p2tp/trunk@536
e16421f0-f15b-0410-abcd-
98678b794739
# 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:
#include <string>
#include "hashtree.h"
#include "compat/util.h"
+#include "compat.h"
namespace p2tp {
#include "sha1.h"
#include <string.h>
#include <stdlib.h>
-#include <io.h>
#include <fcntl.h>
#include "compat.h"