Skip to content

Commit

Permalink
Fix for f0ed10b: require macaddress module.
Browse files Browse the repository at this point in the history
  • Loading branch information
eugeneia committed May 27, 2016
1 parent c186591 commit b09e843
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/apps/intel/intel_app.lua
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ local shm = require("core.shm")
local counter = require("core.counter")
local pci = require("lib.hardware.pci")
local register = require("lib.hardware.register")
local macaddress = require("lib.macaddress")
local intel10g = require("apps.intel.intel10g")
local receive, transmit, full, empty = link.receive, link.transmit, link.full, link.empty
Intel82599 = {}
Expand Down

0 comments on commit b09e843

Please sign in to comment.