Correcting typo (#1007)
Co-authored-by: Daniel Lemire <lemire@gmai.com>
This commit is contained in:
parent
e38fe3d361
commit
51b835f71b
|
@ -1,5 +1,5 @@
|
|||
#ifndef SIMDBJSON_DIRENT_PORTABLE_INC_
|
||||
#define SIMDBJSON_DIRENT_PORTABLE_INC_
|
||||
#ifndef SIMDJSON_DIRENT_PORTABLE_INC_
|
||||
#define SIMDJSON_DIRENT_PORTABLE_INC_
|
||||
|
||||
#if (!defined(_WIN32) && !defined(_WIN64) && !(__MINGW32__) && !(__MINGW64__))
|
||||
#include <dirent.h>
|
||||
|
@ -7,4 +7,4 @@
|
|||
#include "toni_ronnko_dirent.h"
|
||||
#endif
|
||||
|
||||
#endif // SIMDBJSON_DIRENT_PORTABLE_INC_
|
||||
#endif // SIMDJSON_DIRENT_PORTABLE_INC_
|
||||
|
|
Loading…
Reference in New Issue