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
|
||||
#include <stdint.h>
|
||||
#ifndef uint64_t
|
||||
#include <linux/types.h>
|
||||
#include <unistd.h>
|
||||
#endif
|
||||
typedef uint64_t uint64;
|
||||
typedef unsigned int uint32;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue