david/ipxe
david
/
ipxe
Archived
1
0
Fork 0

[rtl8139] Add missing #include <string.h>

This commit is contained in:
Michael Brown 2008-10-12 01:59:57 +01:00
parent a1e11a6beb
commit 8e38669d54
1 changed files with 1 additions and 0 deletions

View File

@ -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>