mirror of
https://github.com/mdbtools/mdbtools.git
synced 2026-02-25 21:26:41 +08:00
Try fixing Linux warnings
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
#ifndef _glib_shim_h_
|
#ifndef _mdbfakeglib_h_
|
||||||
#define _glib_shim_h_
|
#define _mdbfakeglib_h_
|
||||||
|
|
||||||
#include <time.h>
|
#include <time.h>
|
||||||
#include <locale.h>
|
#include <locale.h>
|
||||||
|
|||||||
@@ -1,13 +1,14 @@
|
|||||||
|
|
||||||
|
#define _GNU_SOURCE
|
||||||
#include "mdbfakeglib.h"
|
#include "mdbfakeglib.h"
|
||||||
|
|
||||||
#define _GNU_SOURCE /* vasprintf */
|
|
||||||
#include <stddef.h>
|
#include <stddef.h>
|
||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
#include <stdarg.h>
|
#include <stdarg.h>
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
#include <getopt.h>
|
#include <getopt.h>
|
||||||
|
#include <errno.h>
|
||||||
|
|
||||||
/* string functions */
|
/* string functions */
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user