Skip to content

Commit

Permalink
fix for safemath header conflict when cross compiling (#2637)
Browse files Browse the repository at this point in the history
* fix for safemath header conflict when cross compiling

* update amqp submodule for safe math

---------

Co-authored-by: Ewerton Scaboro da Silva <[email protected]>
  • Loading branch information
ericwolz and ewertons committed Jul 19, 2024
1 parent 4f17558 commit c94b2c3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion serializer/src/agenttypesystem.c
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@

#include <stdlib.h>
#include "azure_c_shared_utility/gballoc.h"
#include "azure_c_shared_utility/safe_math.h"

#include "agenttypesystem.h"
#include <inttypes.h>
Expand All @@ -30,6 +29,7 @@
#include "multitree.h"

#include "azure_c_shared_utility/xlogging.h"
#include "azure_c_shared_utility/safe_math.h"

#define NaN_STRING "NaN"
#define MINUSINF_STRING "-INF"
Expand Down
2 changes: 1 addition & 1 deletion uamqp

0 comments on commit c94b2c3

Please sign in to comment.