diff options
-rw-r--r-- | config.lib | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config.lib b/config.lib index 3d2548cb3..b108031b9 100644 --- a/config.lib +++ b/config.lib @@ -657,7 +657,7 @@ make_cflags_and_ldflags() { LIBS="$LIBS -lc" fi if [ "$os" = "WINCE" ]; then - LIBS="$LIBS -lcoredll -lcorelibc -laygshell -e WinMainCRTStartup" + LIBS="$LIBS -lcoredll -lcorelibc -laygshell -lws2 -e WinMainCRTStartup" fi if [ "$os" = "MORPHOS" ]; then |