8
0
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:
alexpeshkoff 2014-10-16 10:36:23 +00:00
parent b6a32c904c
commit f2193f088e
3 changed files with 6 additions and 0 deletions

View File

@ -27,6 +27,7 @@
#include <stdio.h>
#include <string.h>
#include <stdlib.h>
#include <stdint.h>
#include <ibase.h>
#include <firebird/Interface.h>

View File

@ -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

View File

@ -24,6 +24,9 @@
* Contributor(s): ______________________________________.
*/
#include <stdint.h>
#include "ibase.h"
#include "firebird/Interface.h"
#include "firebird.h" // Needed for atomic support