Skip to content

Commit

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

0 comments on commit 8e38669

Please sign in to comment.