shithub: fnt

Download patch

ref: 0505001c7c8b23eb35649b6426fcb112c8160e5e
parent: ca4cce3e681feb3e411f52674f43cd59e7df7737
author: Sigrid Solveig Haflínudóttir <sigrid@ftrv.se>
date: Sun Jul 14 13:36:13 EDT 2024

unix: include assert.h

--- a/unix/otfsys.h
+++ b/unix/otfsys.h
@@ -1,4 +1,5 @@
 #pragma once
+#include <assert.h>
 #include <stdio.h>
 #include <stdlib.h>
 #include <string.h>