diff options
Diffstat (limited to 'sources/ogAdmLib.h')
-rw-r--r-- | sources/ogAdmLib.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sources/ogAdmLib.h b/sources/ogAdmLib.h index e5bd09e..fde24eb 100644 --- a/sources/ogAdmLib.h +++ b/sources/ogAdmLib.h @@ -115,3 +115,6 @@ char* escaparCadena(char *cadena); typeof( ((type *)0)->member ) *__mptr = (ptr); \ (type *)( (char *)__mptr - offsetof(type,member) );}) +#include <stdbool.h> + +bool tomaConfiguracion(const char *filecfg); |