Просмотр исходного кода

Don't include etherboot.h; we get a circular dependency

tags/v0.9.3
Michael Brown 19 лет назад
Родитель
Сommit
7a4b45d3b0
1 измененных файлов: 2 добавлений и 1 удалений
  1. 2
    1
      src/include/buffer.h

+ 2
- 1
src/include/buffer.h Просмотреть файл

@@ -1,7 +1,8 @@
1 1
 #ifndef BUFFER_H
2 2
 #define BUFFER_H
3 3
 
4
-#include "etherboot.h"
4
+#include "compiler.h"
5
+#include "stdint.h"
5 6
 
6 7
 /** @file
7 8
  *

Загрузка…
Отмена
Сохранить