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

Include dev.h, since several drivers just include nic.h

tags/v0.9.3
Michael Brown 20 роки тому
джерело
коміт
122b025293
1 змінених файлів з 3 додано та 0 видалено
  1. 3
    0
      src/include/nic.h

+ 3
- 0
src/include/nic.h Переглянути файл

79
 	nic->nic_op->disable ( nic );
79
 	nic->nic_op->disable ( nic );
80
 }
80
 }
81
 
81
 
82
+/* dev.h needs declarations from nic.h */
83
+#include "dev.h"
84
+
82
 #endif	/* NIC_H */
85
 #endif	/* NIC_H */

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