arudradey's picture
Upload folder using huggingface_hub
00df61d verified
Raw
History Blame Contribute Delete
158 Bytes
#ifndef _COMPAT_SOCKETVAR_H
#define _COMPAT_SOCKETVAR_H
#ifdef __cplusplus
extern "C" {
#endif
#include <sys/socket.h>
#ifdef __cplusplus
}
#endif
#endif