Skip to content

Commit

Permalink
Include stddef.h
Browse files Browse the repository at this point in the history
  • Loading branch information
karthyuom committed May 17, 2024
1 parent d04caf6 commit b334d2b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/zmalloc.h
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,8 @@
#ifndef __ZMALLOC_H
#define __ZMALLOC_H

#include <stddef.h>

/* Double expansion needed for stringification of macro values. */
#define __xstr(s) __str(s)
#define __str(s) #s
Expand Down

0 comments on commit b334d2b

Please sign in to comment.