]> git.ipfire.org Git - thirdparty/ipxe.git/commitdiff
[rtl8139] Add missing #include <string.h>
authorMichael Brown <mcb30@etherboot.org>
Sun, 12 Oct 2008 00:59:57 +0000 (01:59 +0100)
committerMichael Brown <mcb30@etherboot.org>
Sun, 12 Oct 2008 01:14:16 +0000 (02:14 +0100)
src/drivers/net/rtl8139.c

index ff7de5c67fcac8150fdbc48075efbe16e8f5c886..2dff324cf0dcb879e60777ea9919f077b962c4a6 100644 (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>