Skip to content

Commit

Permalink
fix: require stdint.h for linux
Browse files Browse the repository at this point in the history
  • Loading branch information
mefellows committed May 30, 2021
1 parent 479e497 commit 69eaf4f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions v3/internal/native/mockserver/message_server.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ package mockserver
/*
// Library headers
#include <stdlib.h>
#include <stdint.h>
typedef int bool;
#define true 1
#define false 0
Expand Down
1 change: 1 addition & 0 deletions v3/internal/native/mockserver/mock_server.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ package mockserver
/*
// Library headers
#include <stdlib.h>
#include <stdint.h>
typedef int bool;
#define true 1
#define false 0
Expand Down

0 comments on commit 69eaf4f

Please sign in to comment.