Skip to content

Commit

Permalink
Copy nebstructs_json.h
Browse files Browse the repository at this point in the history
  • Loading branch information
nook24 committed Mar 22, 2024
1 parent e4d7385 commit d0749b7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ pkginclude_HEADERS = \
src/naemon/perfdata.h src/naemon/commands.h src/naemon/globals.h src/naemon/neberrors.h \
src/naemon/query-handler.h src/naemon/comments.h src/naemon/nebmods.h \
src/naemon/sehandlers.h src/naemon/common.h src/naemon/logging.h src/naemon/nebmodules.h \
src/naemon/shared.h src/naemon/configuration.h src/naemon/macros.h src/naemon/nebstructs.h \
src/naemon/shared.h src/naemon/configuration.h src/naemon/macros.h src/naemon/nebstructs.h src/naemon/nebstructs_json.h \
src/naemon/sretention.h src/naemon/defaults.h src/naemon/naemon.h src/naemon/nerd.h \
src/naemon/statusdata.h src/naemon/downtime.h src/naemonstats/naemonstats.h src/naemon/notifications.h \
src/naemon/utils.h src/naemon/buildopts.h src/naemon/nm_alloc.h src/naemon/nm_arith.h \
Expand Down
3 changes: 3 additions & 0 deletions src/naemon/naemon.h
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,9 @@
#include "nebmods.h"
#include "nebmodules.h"
#include "nebstructs.h"
#ifdef HAVE_JSONC
#include "nebstructs_json.h"
#endif
#include "nerd.h"
#include "notifications.h"
#include "objectlist.h"
Expand Down

0 comments on commit d0749b7

Please sign in to comment.