base: include config.h

Solaris requires __EXTENSIONS__ to be defined before including string.h so that
the strnlen() prototype is visible
This commit is contained in:
Luke Howard
2023-01-07 10:45:37 +11:00
parent 37f7c5476d
commit b3f6f4c125

View File

@@ -47,6 +47,8 @@
* memory-based rollback log is used).
*/
#include "config.h"
#include <errno.h>
#include <stdio.h>
#include <stdlib.h>