Skip to content
Snippets Groups Projects
Commit b0dc4f60 authored by Moe Jette's avatar Moe Jette
Browse files

Temporary patch for QSW to work.

parent 5c932daf
No related branches found
No related tags found
No related merge requests found
...@@ -28,6 +28,28 @@ ...@@ -28,6 +28,28 @@
#ifndef _SLURM_H #ifndef _SLURM_H
#define _SLURM_H #define _SLURM_H
/* FIXME: REMOVE ASAP */
#if HAVE_CONFIG_H
# include <config.h>
# if HAVE_INTTYPES_H
# include <inttypes.h>
# else
# if HAVE_STDINT_H
# include <stdint.h>
# endif
# endif /* HAVE_INTTYPES_H */
# ifdef HAVE_LIBELAN3
# include <src/common/qsw.h>
# endif
#else /* !HAVE_CONFIG_H */
# include <inttypes.h>
#endif /* HAVE_CONFIG_H */
#include <src/common/macros.h>
#include <src/common/xassert.h>
#include <src/common/slurm_protocol_common.h>
#include <stdio.h> /* for FILE definitions */ #include <stdio.h> /* for FILE definitions */
#include <time.h> /* for time_t definitions */ #include <time.h> /* for time_t definitions */
......
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