Browse Source

filesystem: forgot to add defaults.h include

pull/2/head
Alibek Omarov 7 months ago
parent
commit
722cbe1f02
  1. 1
      filesystem/filesystem.c

1
filesystem/filesystem.c

@ -34,6 +34,7 @@ GNU General Public License for more details. @@ -34,6 +34,7 @@ GNU General Public License for more details.
#include <stdio.h>
#include <stdarg.h>
#include "port.h"
#include "defaults.h"
#include "const.h"
#include "crtlib.h"
#include "crclib.h"

Loading…
Cancel
Save