light: fix compile errors

This commit is contained in:
Robert Habermeier
2016-12-05 17:09:05 +01:00
parent a6c2408562
commit 5db93cd433
6 changed files with 31 additions and 55 deletions

View File

@@ -23,7 +23,7 @@
//! This module provides an interface for configuration of buffer
//! flow costs and recharge rates.
use light::request;
use request;
use super::packet;
use super::error::Error;