add missing include

This commit is contained in:
marqs 2025-01-23 19:24:15 +02:00
parent 0c8b85d3f2
commit 9af171947a

View File

@ -18,6 +18,7 @@
//
#include <stdio.h>
#include <stdint.h>
#include <unistd.h>
#include "system.h"
#include "i2c_opencores.h"