diff options
| author | Evan Lojewski <github@meklort.com> | 2019-05-05 19:17:10 -0600 |
|---|---|---|
| committer | Evan Lojewski <github@meklort.com> | 2019-05-05 19:17:10 -0600 |
| commit | 7e5196c770e6a229e00c849de4fe41b6d962a7ef (patch) | |
| tree | 62fa11179088876a4db411cbe09c4ba52dd6f38c /libs/MII/include | |
| parent | 72eaf56f7ffaeb2d57cfdf63f32963bd08bfb290 (diff) | |
| download | bcm5719-ortega-7e5196c770e6a229e00c849de4fe41b6d962a7ef.tar.gz bcm5719-ortega-7e5196c770e6a229e00c849de4fe41b6d962a7ef.zip | |
More cleanup - headers.
Diffstat (limited to 'libs/MII/include')
| -rw-r--r-- | libs/MII/include/MII.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/MII/include/MII.h b/libs/MII/include/MII.h index bfca1e2..85e9f9d 100644 --- a/libs/MII/include/MII.h +++ b/libs/MII/include/MII.h @@ -44,8 +44,8 @@ #ifndef MII_H #define MII_H -#include <stdint.h> #include <bcm5719_MII.h> +#include <stdint.h> #ifdef CXX_SIMULATOR typedef uint64_t mii_reg_t; |

