summaryrefslogtreecommitdiff
path: root/atari/plot
diff options
context:
space:
mode:
Diffstat (limited to 'atari/plot')
-rw-r--r--atari/plot/font_internal.c1
-rw-r--r--atari/plot/plot.c1
2 files changed, 2 insertions, 0 deletions
diff --git a/atari/plot/font_internal.c b/atari/plot/font_internal.c
index 1578b39d6..89a56d0e5 100644
--- a/atari/plot/font_internal.c
+++ b/atari/plot/font_internal.c
@@ -19,6 +19,7 @@
#ifdef WITH_INTERNAL_FONT_DRIVER
+#include <assert.h>
#include <unistd.h>
#include "utils/utf8.h"
diff --git a/atari/plot/plot.c b/atari/plot/plot.c
index ef5c30026..45e4cead2 100644
--- a/atari/plot/plot.c
+++ b/atari/plot/plot.c
@@ -16,6 +16,7 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
+#include <assert.h>
#include <sys/types.h>
#include <stdint.h>
#include <string.h>