forked from len0rd/rockbox
include "standard" files with <> and not ""
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3266 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
2362fa918e
commit
c97056d9ed
1 changed files with 1 additions and 1 deletions
|
|
@ -20,7 +20,7 @@
|
||||||
#define _DIR_H_
|
#define _DIR_H_
|
||||||
|
|
||||||
#include <stdbool.h>
|
#include <stdbool.h>
|
||||||
#include "file.h"
|
#include <file.h>
|
||||||
|
|
||||||
#ifndef DIRENT_DEFINED
|
#ifndef DIRENT_DEFINED
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue