fix import

This commit is contained in:
Christian Ulrich 2020-07-10 00:27:21 +02:00
parent ed18ece7ea
commit 17f8388d0d
No known key found for this signature in database
GPG Key ID: 8241BE099775A097
1 changed files with 1 additions and 1 deletions

View File

@ -2,8 +2,8 @@ import asyncdispatch, asyncnet, strformat
from net import IpAddress, Port, `$`, getPrimaryIPAddr
from nativesockets import setSockOptInt
import asyncutils
import ip_packet
import network_interface
import packet_info
import raw_socket
var IPPROTO_IP {.importc: "IPPROTO_IP", header: "<netinet/in.h>".}: cint