1
0
mirror of https://gitlab.com/80486DX2-66/gists synced 2025-05-31 08:31:41 +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

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 { \