Skip to content

Commit

Permalink
fix(examples): Use stdlib.h over malloc.h
Browse files Browse the repository at this point in the history
  • Loading branch information
jpfr committed Apr 7, 2024
1 parent 589ecd6 commit 93c4de5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/tutorial_server_method_async.c
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
#include <open62541/server.h>

#include <signal.h>
#include <malloc.h>
#include <stdlib.h>
#include "common.h"

#ifndef _WIN32
Expand Down

0 comments on commit 93c4de5

Please sign in to comment.