1
0
mirror of https://gitlab.com/80486DX2-66/gists synced 2025-01-10 08:27:48 +05:30

reverse-ramdisk.c: include unistd.h

This commit is contained in:
パチュリー・ノーレッジ 2023-12-27 21:53:52 +03:00
parent d9dfe5edf2
commit 52aa23d585
Signed by: 80486DX2-66
GPG Key ID: 83631EF27054609B

View File

@ -18,6 +18,7 @@ To-Do: error handling on line 184, function fread()
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <unistd.h>
#ifdef DEBUG
# define line_fail(x) do { \