#include <signal.h>
#ifdef HAVE_SYS_WAIT_H
-# include <sys/wait.h>
+# include <sys/wait.h>
#endif
#ifndef WEXITSTATUS
-# define WEXITSTATUS(stat_val) ((unsigned)(stat_val) >> 8)
+# define WEXITSTATUS(stat_val) ((unsigned)(stat_val) >> 8)
#endif
#ifndef WIFEXITED
-# define WIFEXITED(stat_val) (((stat_val) & 255) == 0)
+# define WIFEXITED(stat_val) (((stat_val) & 255) == 0)
#endif
#define MAX_ARGV (256)
static void test_init(void) __attribute__((constructor));
#else
static void test_init(void);
-# define TEST_INIT test_init()
+# define TEST_INIT test_init()
#endif
#include <freeradius-devel/util/acutest.h>
#include <freeradius-devel/util/talloc.h>
#ifdef HAVE_GPERFTOOLS_PROFILER_H
-# include <gperftools/profiler.h>
+# include <gperftools/profiler.h>
#endif
static TALLOC_CTX *autofree;
#include <freeradius-devel/util/talloc.h>
#ifdef HAVE_GPERFTOOLS_PROFILER_H
-# include <gperftools/profiler.h>
+# include <gperftools/profiler.h>
#endif
static TALLOC_CTX *autofree;