mirror of
https://github.com/simdjson/simdjson
synced 2026-06-08 17:27:07 +00:00
Correcting typo (#1007)
Co-authored-by: Daniel Lemire <lemire@gmai.com>
This commit is contained in:
@@ -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_
|
||||
|
||||
Reference in New Issue
Block a user