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/sp/transport.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/sp/transport.h')
| -rw-r--r-- | src/sp/transport.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/sp/transport.h b/src/sp/transport.h index 28f1535b..976068c8 100644 --- a/src/sp/transport.h +++ b/src/sp/transport.h @@ -13,6 +13,7 @@ #define PROTOCOL_SP_TRANSPORT_H #include "core/defs.h" +#include "core/list.h" #include "core/options.h" // Endpoint operations are called by the socket in a |
