Skip to content

Commit

Permalink
Add required network libs for VxWorks
Browse files Browse the repository at this point in the history
It is needed for proper inet socket address working
on this platform.

Task-number: QTBUG-115777
Change-Id: Icde7ff7baf257762339f5f72a783c92f6b297a46
Reviewed-by: Thiago Macieira <thiago.macieira@intel.com>
(cherry picked from commit 09a21c7)
Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
  • Loading branch information
Tomasz Kozłowski authored and Qt Cherry-pick Bot committed Jan 26, 2024
1 parent d2f663e commit 8ec7b80
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
# include <qt_windows.h>
#endif

#if defined(Q_OS_ANDROID) || defined(Q_OS_WASM)
#if defined(Q_OS_ANDROID) || defined(Q_OS_WASM) || defined(Q_OS_VXWORKS)
# include <netinet/in.h>
#endif

Expand Down

0 comments on commit 8ec7b80

Please sign in to comment.