mirror of
https://github.com/mangosfour/server.git
synced 2025-12-12 10:37:03 +00:00
[9396] Fixed compilation mysql_to_pgsql on *BSD.
Signed-off-by: AlexDereka <dereka.alex@gmail.com>
This commit is contained in:
parent
9653831074
commit
9e4829ecef
2 changed files with 2 additions and 2 deletions
|
|
@ -42,7 +42,7 @@ typedef unsigned int uint32;
|
||||||
#else
|
#else
|
||||||
#include <stdint.h>
|
#include <stdint.h>
|
||||||
#ifndef uint64_t
|
#ifndef uint64_t
|
||||||
#include <linux/types.h>
|
#include <unistd.h>
|
||||||
#endif
|
#endif
|
||||||
typedef uint64_t uint64;
|
typedef uint64_t uint64;
|
||||||
typedef unsigned int uint32;
|
typedef unsigned int uint32;
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,4 @@
|
||||||
#ifndef __REVISION_NR_H__
|
#ifndef __REVISION_NR_H__
|
||||||
#define __REVISION_NR_H__
|
#define __REVISION_NR_H__
|
||||||
#define REVISION_NR "9395"
|
#define REVISION_NR "9396"
|
||||||
#endif // __REVISION_NR_H__
|
#endif // __REVISION_NR_H__
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue