mdbx: fix minor typo.

Change-Id: Id82209bfeeb6b6ade00e8aaecc0b9ce4b817e832
This commit is contained in:
Leonid Yuriev 2019-12-14 00:57:45 +03:00
parent 76099d951c
commit 61d2e07cf0

View File

@ -11,9 +11,8 @@
* top-level directory of the distribution or, alternatively, at
* <http://www.OpenLDAP.org/license.html>. */
/* Amalgamated build */
#define MDBX_ALLOY 1
#include "elements/internals.h" /* must be included fisrt */
#define MDBX_ALLOY 1 /* amalgamated build */
#include "elements/internals.h" /* must be included first */
#include "elements/core.c"
#include "elements/osal.c"