Skip to content

Commit

Permalink
RONDB-858: Addendum. Linux build fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
smkniazi committed Feb 26, 2025
1 parent 9800d00 commit 0cb9047
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions storage/ndb/rest-server2/server/avro/avro.go
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ package main

/*
#include <string.h>
#include <stdint.h>
#include "../src/error_strings.h"
*/
import "C"
Expand Down
2 changes: 1 addition & 1 deletion storage/ndb/rest-server2/server/src/metadata.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ struct FeatureGroupFeatures {
class AvroDecoder {
private:
std::string schemaJson;
Int64 schemaID;
int64_t schemaID;

public:
AvroDecoder();
Expand Down

0 comments on commit 0cb9047

Please sign in to comment.