Skip to content

Commit

Permalink
Merge pull request #223 from heitbaum/patch-1
Browse files Browse the repository at this point in the history
Fix missing stdlib.h header
  • Loading branch information
phunkyfish authored Jul 15, 2024
2 parents b6badfa + 0f63125 commit 44f0ed4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/libstalkerclient/xmltv.c
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@

#include <errno.h>
#include <inttypes.h>
#include <stdlib.h>
#include <string.h>

#include "util.h"
Expand Down

0 comments on commit 44f0ed4

Please sign in to comment.