Fixed double import with correct one in makedsig.

This commit is contained in:
Vladimir Kryvian 2016-04-23 22:24:53 +03:00 committed by nemerle
parent c782892db4
commit 3bb72987a6

View File

@ -3,7 +3,7 @@
#include "msvc_fixes.h" #include "msvc_fixes.h"
#include <cstring> #include <cstring>
#include <cstring> #include <algorithm>
/** \note there is an untested assumption that the *first* segment definition /** \note there is an untested assumption that the *first* segment definition
with class CODE will be the one containing all useful functions in the with class CODE will be the one containing all useful functions in the
LEDATA records. Functions such as _exit() have more than one segment LEDATA records. Functions such as _exit() have more than one segment