Skip to content

Commit

Permalink
menu.c: add missing include
Browse files Browse the repository at this point in the history
  • Loading branch information
gyurco committed Sep 21, 2024
1 parent 64e10e0 commit 5541297
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions menu.c
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#include "menu-8bit.h"
#include "settings.h"
#include "usb.h"
#include "usbdev.h"
#ifdef CONFIG_HAVE_ETH
#include "eth.h"
#endif
Expand Down

0 comments on commit 5541297

Please sign in to comment.