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 17, 2024
1 parent b8e71c8 commit 564dc2f
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 564dc2f

Please sign in to comment.