Commit 8ead43aa authored by KO Myung-Hun's avatar KO Myung-Hun Committed by Rémi Duraffort

Define if_nametoindex() for OS/2

Signed-off-by: default avatarRémi Duraffort <ivoire@videolan.org>
parent 397919b4
......@@ -53,6 +53,10 @@
# endif
#endif
#ifdef __OS2__
# define if_nametoindex( str ) atoi( str )
#endif
#ifdef HAVE_LINUX_DCCP_H
# include <linux/dccp.h>
# ifndef SOCK_DCCP /* provisional API */
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment