Skip to content

Commit 8036286

Browse files
andrei-pavelRazvan Becheriu
authored and
Razvan Becheriu
committed
[#3605] Add missing headers used for fuzzing
1 parent 08f3d9a commit 8036286

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

src/bin/dhcp4/dhcp4_srv.cc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,7 @@
8282
#include <hooks/hooks_manager.h>
8383
#include <hooks/parking_lots.h>
8484
#include <hooks/server_hooks.h>
85+
#include <log/interprocess/interprocess_sync_file.h>
8586
#include <log/log_dbglevels.h>
8687
#include <log/log_formatter.h>
8788
#include <log/logger.h>

src/bin/dhcp6/dhcp6_srv.cc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,7 @@
7979
#include <hooks/hooks_manager.h>
8080
#include <hooks/parking_lots.h>
8181
#include <hooks/server_hooks.h>
82+
#include <log/interprocess/interprocess_sync_file.h>
8283
#include <log/log_dbglevels.h>
8384
#include <log/log_formatter.h>
8485
#include <log/logger.h>

0 commit comments

Comments
 (0)