Compile fix for net_rtl8139.c logging

This commit is contained in:
Jasmine Iwanek
2024-08-07 02:14:22 -04:00
parent 31f87b873a
commit e1fffd155a

View File

@@ -22,13 +22,14 @@
* Copyright 2011-2023 Benjamin Poirier. * Copyright 2011-2023 Benjamin Poirier.
* Copyright 2023 Cacodemon345. * Copyright 2023 Cacodemon345.
*/ */
#include <stdarg.h>
#include <stdint.h> #include <stdint.h>
#include <stdlib.h> #include <stdlib.h>
#include <stdbool.h> #include <stdbool.h>
#include <string.h> #include <string.h>
#include <stdio.h> #include <stdio.h>
#include <time.h> #include <time.h>
#define HAVE_STDARG_H
#include <86box/86box.h> #include <86box/86box.h>
#include <86box/timer.h> #include <86box/timer.h>
#include <86box/pci.h> #include <86box/pci.h>