diff options
Diffstat (limited to 'socket/Makefile')
-rw-r--r-- | socket/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/socket/Makefile b/socket/Makefile index f5233e210e..228b141c3b 100644 --- a/socket/Makefile +++ b/socket/Makefile @@ -38,3 +38,4 @@ aux := sa_len include ../Rules CFLAGS-recv.c += -fexceptions -fasynchronous-unwind-tables +CFLAGS-recvfrom.c += -fexceptions -fasynchronous-unwind-tables |