diff options
Diffstat (limited to 'src/hooks/dhcp/user_chk/user_file.cc')
-rw-r--r-- | src/hooks/dhcp/user_chk/user_file.cc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/hooks/dhcp/user_chk/user_file.cc b/src/hooks/dhcp/user_chk/user_file.cc index d5e0979d4c..1586cf5e11 100644 --- a/src/hooks/dhcp/user_chk/user_file.cc +++ b/src/hooks/dhcp/user_chk/user_file.cc @@ -4,6 +4,8 @@ // License, v. 2.0. If a copy of the MPL was not distributed with this // file, You can obtain one at http://mozilla.org/MPL/2.0/. +#include <config.h> + #include <cc/data.h> #include <user.h> #include <user_file.h> |