From a9ccb12a5741ad521acccbb037814929b8713ff9 Mon Sep 17 00:00:00 2001 From: Morris Jette <jette@schedmd.com> Date: Thu, 21 Aug 2014 09:41:37 -0700 Subject: [PATCH] Add missing #includes to new test --- testsuite/expect/test33.1.prog.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/testsuite/expect/test33.1.prog.c b/testsuite/expect/test33.1.prog.c index 5e88334234f..666b72fa5cd 100644 --- a/testsuite/expect/test33.1.prog.c +++ b/testsuite/expect/test33.1.prog.c @@ -52,6 +52,8 @@ #include "src/common/getopt.h" #include "src/common/hostlist.h" +#include "src/common/macros.h" +#include "src/common/slurm_protocol_socket_common.h" #include "src/common/slurm_route.h" #include "src/common/timers.h" #include "src/common/xmalloc.h" -- GitLab