Переглянути джерело

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

tags/v0.9.6
Michael Brown 17 роки тому
джерело
коміт
8e38669d54
1 змінених файлів з 1 додано та 0 видалено
  1. 1
    0
      src/drivers/net/rtl8139.c

+ 1
- 0
src/drivers/net/rtl8139.c Переглянути файл

69
 #include <stdint.h>
69
 #include <stdint.h>
70
 #include <stdlib.h>
70
 #include <stdlib.h>
71
 #include <stdio.h>
71
 #include <stdio.h>
72
+#include <string.h>
72
 #include <gpxe/io.h>
73
 #include <gpxe/io.h>
73
 #include <errno.h>
74
 #include <errno.h>
74
 #include <unistd.h>
75
 #include <unistd.h>

Завантаження…
Відмінити
Зберегти