dnp3: in template, include files own headers

To deal with -Wmissing-prototypes as added in
ab1200fbd7

Note: Change was already applied to source files, this just
updates the generation.
pull/2698/head
Jason Ish 8 years ago committed by Victor Julien
parent 312ad9e3ad
commit ac7cf48a98

@ -68,6 +68,7 @@ util_lua_dnp3_objects_c_template = """/* Copyright (C) 2015 Open Information Sec
#include <lauxlib.h>
#include "util-lua.h"
#include "util-lua-dnp3-objects.h"
/**
* \\brief Push an object point item onto the stack.
@ -155,6 +156,7 @@ output_json_dnp3_objects_template = """/* Copyright (C) 2015 Open Information Se
#include "app-layer-dnp3.h"
#include "app-layer-dnp3-objects.h"
#include "output-json-dnp3-objects.h"
#ifdef HAVE_LIBJANSSON

Loading…
Cancel
Save