mirror of
https://github.com/MidnightCommander/mc
synced 2025-01-23 11:42:09 +03:00
Add forgotten '#include <stdio.h>' into src/viewer/internal.h for recognize FILE type.
Signed-off-by: Slava Zanko <slavazanko@gmail.com>
This commit is contained in:
parent
1d4e1673ff
commit
8407f5fd9a
@ -2,6 +2,7 @@
|
||||
#define MC_VIEWER_INTERNAL_H
|
||||
|
||||
#include <stdlib.h>
|
||||
#include <stdio.h>
|
||||
#include <sys/types.h>
|
||||
|
||||
#include "../src/global.h"
|
||||
|
Loading…
Reference in New Issue
Block a user