mirror of
https://github.com/mdbtools/mdbtools.git
synced 2025-04-05 20:31:00 +08:00
Try fixing Linux warnings
This commit is contained in:
parent
783304c164
commit
514b74744b
@ -1,5 +1,5 @@
|
||||
#ifndef _glib_shim_h_
|
||||
#define _glib_shim_h_
|
||||
#ifndef _mdbfakeglib_h_
|
||||
#define _mdbfakeglib_h_
|
||||
|
||||
#include <time.h>
|
||||
#include <locale.h>
|
||||
|
@ -1,13 +1,14 @@
|
||||
|
||||
#define _GNU_SOURCE
|
||||
#include "mdbfakeglib.h"
|
||||
|
||||
#define _GNU_SOURCE /* vasprintf */
|
||||
#include <stddef.h>
|
||||
#include <stdlib.h>
|
||||
#include <stdarg.h>
|
||||
#include <stdio.h>
|
||||
#include <string.h>
|
||||
#include <getopt.h>
|
||||
#include <errno.h>
|
||||
|
||||
/* string functions */
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user