Commit 68b385a8fecd0e0561508eedfbace5d149db8210

Thomas de Grivel 2024-03-01T13:12:18

assert

1
2
3
4
5
6
7
8
9
10
11
12
13
diff --git a/libc3/file.c b/libc3/file.c
index e0217b6..7c4215d 100644
--- a/libc3/file.c
+++ b/libc3/file.c
@@ -10,7 +10,7 @@
  * AUTHOR BE CONSIDERED LIABLE FOR THE USE AND PERFORMANCE OF
  * THIS SOFTWARE.
  */
-#include <assert.h>
+#include "assert.h"
 #include <fcntl.h>
 #include <err.h>
 #include <errno.h>