diff options
| author | Garrett D'Amore <garrett@damore.org> | 2025-01-05 08:39:55 -0800 |
|---|---|---|
| committer | Garrett D'Amore <garrett@damore.org> | 2025-01-05 08:39:55 -0800 |
| commit | f08a488c30ff102c29f589c138bae29d91dccb2a (patch) | |
| tree | 4e8ffacabb0b90537ac97c806e27f53cb4c3547f /src/core/dialer.h | |
| parent | f77e5a5ec7f8b1373eeda0ea56f47137daf40330 (diff) | |
| download | nng-f08a488c30ff102c29f589c138bae29d91dccb2a.tar.gz nng-f08a488c30ff102c29f589c138bae29d91dccb2a.tar.bz2 nng-f08a488c30ff102c29f589c138bae29d91dccb2a.zip | |
Liberally apply some UWYI (use what you include) to header files
Diffstat (limited to 'src/core/dialer.h')
| -rw-r--r-- | src/core/dialer.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/src/core/dialer.h b/src/core/dialer.h index f3fac7f1..bd987866 100644 --- a/src/core/dialer.h +++ b/src/core/dialer.h @@ -1,5 +1,5 @@ // -// Copyright 2024 Staysail Systems, Inc. <info@staysail.tech> +// Copyright 2025 Staysail Systems, Inc. <info@staysail.tech> // Copyright 2018 Capitar IT Group BV <info@capitar.com> // Copyright 2018 Devolutions <info@devolutions.net> // @@ -12,6 +12,9 @@ #ifndef CORE_DIALER_H #define CORE_DIALER_H +#include "defs.h" +#include "stats.h" + extern int nni_dialer_find(nni_dialer **, uint32_t); extern int nni_dialer_hold(nni_dialer *); extern void nni_dialer_rele(nni_dialer *); |
