Added missing include to gwdirs.h.

This commit is contained in:
Markus Makela
2015-06-11 19:43:22 +03:00
parent 2b2e81feb2
commit 6f0e3937eb

View File

@ -18,9 +18,11 @@
* *
* Copyright MariaDB Corporation Ab 2015 * Copyright MariaDB Corporation Ab 2015
*/ */
#ifndef _GNU_SOURCE
#define _GNU_SOURCE 1
#endif
#include <stdlib.h> #include <stdlib.h>
#include <string.h>
/** Default file locations, configured by CMake */ /** Default file locations, configured by CMake */
static const char* default_cnf_fname = "maxscale.cnf"; static const char* default_cnf_fname = "maxscale.cnf";
static const char* default_configdir = "/etc/"; static const char* default_configdir = "/etc/";