Skip to content
Snippets Groups Projects
Commit 648fe4be authored by Tim Wickberg's avatar Tim Wickberg
Browse files

Remove stray macros.h definition.

Add missing stdbool.h include, which was indirect through macros.h.
parent 982f17a6
No related branches found
No related tags found
No related merge requests found
......@@ -68,10 +68,9 @@
#ifndef _XMALLOC_H
#define _XMALLOC_H
#include <stdbool.h>
#include <sys/types.h>
#include "macros.h"
#define xmalloc(__sz) \
slurm_xmalloc (__sz, true, __FILE__, __LINE__, __func__)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment