mirror of
https://github.com/FirebirdSQL/firebird.git
synced 2025-02-02 09:20:39 +01:00
Fixed build errors
This commit is contained in:
parent
b6a32c904c
commit
f2193f088e
@ -27,6 +27,7 @@
|
||||
#include <stdio.h>
|
||||
#include <string.h>
|
||||
#include <stdlib.h>
|
||||
#include <stdint.h>
|
||||
|
||||
#include <ibase.h>
|
||||
#include <firebird/Interface.h>
|
||||
|
@ -26,7 +26,9 @@
|
||||
|
||||
#include <stdio.h>
|
||||
#include <string.h>
|
||||
#include <stdint.h>
|
||||
|
||||
#include "ibase.h"
|
||||
#include "firebird/Interface.h"
|
||||
|
||||
#include "firebird.h" // Needed for atomic support
|
||||
|
@ -24,6 +24,9 @@
|
||||
* Contributor(s): ______________________________________.
|
||||
*/
|
||||
|
||||
#include <stdint.h>
|
||||
|
||||
#include "ibase.h"
|
||||
#include "firebird/Interface.h"
|
||||
|
||||
#include "firebird.h" // Needed for atomic support
|
||||
|
Loading…
Reference in New Issue
Block a user