Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[e1000] Add missing #include <string.h>
  • Loading branch information
Michael Brown committed Oct 12, 2008
1 parent ee2df1d commit 1641b5d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/drivers/net/e1000/e1000.h
Expand Up @@ -34,6 +34,7 @@
#include <stdint.h>
#include <stdlib.h>
#include <stdio.h>
#include <string.h>
#include <gpxe/io.h>
#include <errno.h>
#include <byteswap.h>
Expand Down

0 comments on commit 1641b5d

Please sign in to comment.