Added missing undef for m_len in VxWorks collision fix (#4520)

Co-authored-by: Adit Sahasrabudhe <adit.sahasrabudhe@jpl.nasa.gov>
Co-authored-by: kevin-f-ortega <kevin.f.ortega@gmail.com>
This commit is contained in:
budhe888 2025-12-09 08:56:49 -08:00 committed by GitHub
parent f3b191beff
commit 1f860de821
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -26,6 +26,7 @@
// These macros are defined somewhere in inetLib.h.
#undef m_type
#undef m_data
#undef m_len
#else
#include <arpa/inet.h>