diff options
Diffstat (limited to 'libraries/Ethernet/Client.h')
-rw-r--r-- | libraries/Ethernet/Client.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libraries/Ethernet/Client.h b/libraries/Ethernet/Client.h index 5911b95..f269e9b 100644 --- a/libraries/Ethernet/Client.h +++ b/libraries/Ethernet/Client.h @@ -5,6 +5,7 @@ class Client : public Print { private: + static uint16_t _srcport; uint8_t _sock; uint8_t *_ip; uint16_t _port; |