Correcting typo (#1007)

Co-authored-by: Daniel Lemire <lemire@gmai.com>
This commit is contained in:
Daniel Lemire 2020-06-30 10:19:37 -04:00 committed by GitHub
parent e38fe3d361
commit 51b835f71b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions

View File

@ -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_