mirror of
https://github.com/anarkavre/pom1.git
synced 2024-12-21 12:30:42 +00:00
Include sys/stat.h for mkdir
This commit is contained in:
parent
fc2f8ab57b
commit
f103f1f050
@ -19,6 +19,7 @@
|
|||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
|
#include <sys/stat.h>
|
||||||
#include "screen.h"
|
#include "screen.h"
|
||||||
#include "memory.h"
|
#include "memory.h"
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user