Skip to content

Commit

Permalink
main: Fixed the missing ata headers
Browse files Browse the repository at this point in the history
 - Added the `ata.h` in `main.c`
  • Loading branch information
fish4terrisa-MSDSM committed Jan 9, 2024
1 parent 3cfa260 commit 2387369
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ along with this program. If not, see <https://www.gnu.org/licenses/>.
#include "devices/rtc-goldfish.h"
#include "devices/pci-bus.h"
#include "devices/nvme.h"
#include "devices/ata.h"
#include "devices/eth-oc.h"
#include "devices/rtl8169.h"
#include "devices/i2c-oc.h"
Expand Down

0 comments on commit 2387369

Please sign in to comment.