Fix some int_t types in modperl/modpython

This commit is contained in:
Alexey Sokolov
2014-12-23 14:20:06 +00:00
parent 4ba00559ac
commit c48729fe8b
2 changed files with 6 additions and 0 deletions

View File

@@ -47,6 +47,9 @@ using std::allocator;
%}
%apply long { off_t };
%apply long { uint16_t };
%apply long { uint32_t };
%apply long { uint64_t };
%begin %{
#include "znc/zncconfig.h"