X-Git-Url: https://git.octo.it/?p=collection4.git;a=blobdiff_plain;f=test.fcgi.c;h=097c55cfee70700ea48e6622686f2bacc445c36f;hp=f566965f155620c238fb92e9977d54d1d73cc80d;hb=af2ed61b280e1ec169aba2bcb9df30ac76b006d2;hpb=54970371d071601fcac80f5356cfa857915cea91 diff --git a/test.fcgi.c b/test.fcgi.c index f566965..097c55c 100644 --- a/test.fcgi.c +++ b/test.fcgi.c @@ -9,9 +9,6 @@ #include #include -#include -#include - #include "common.h" #include "graph_list.h" #include "utils_params.h" @@ -19,6 +16,11 @@ #include "action_graph.h" #include "action_list_graphs.h" +/* Include this last, so the macro magic of doesn't interfere + * with our own header files. */ +#include +#include + struct action_s { const char *name;