Skip to content

Commit

Permalink
include stdlib.h where open62541 does no longer
Browse files Browse the repository at this point in the history
  • Loading branch information
jpfr committed Jul 27, 2023
1 parent d131a80 commit 4b0b0f3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions backends/open62541/src/ServerContext.c
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
*/

#include "ServerContext.h"
#include <stdlib.h>

struct ServerContext
{
Expand Down
1 change: 1 addition & 0 deletions include/NodesetLoader/NodesetLoader.h
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
#include <stdint.h>
#include <string.h>
#include <stdio.h>
#include <stdlib.h>

#ifdef __cplusplus
extern "C" {
Expand Down

0 comments on commit 4b0b0f3

Please sign in to comment.