Skip to content

Commit

Permalink
curl_setup_once.h: include functypes
Browse files Browse the repository at this point in the history
  • Loading branch information
bagder committed Sep 26, 2022
1 parent c452eff commit 0021798
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 2 additions & 0 deletions lib/curl_setup_once.h
Expand Up @@ -87,6 +87,8 @@
#include <sys/socket.h>
#endif

#include "functypes.h"

#ifdef __hpux
# if !defined(_XOPEN_SOURCE_EXTENDED) || defined(_KERNEL)
# ifdef OLD_APP32_64BIT_OFF_T
Expand Down
2 changes: 0 additions & 2 deletions lib/functypes.h
Expand Up @@ -47,7 +47,6 @@

/* int send(SOCKET, const char *, int, int); */
#define SEND_TYPE_ARG1 SOCKET
#define SEND_QUAL_ARG2 const
#define SEND_TYPE_ARG2 char *
#define SEND_TYPE_ARG3 int
#define SEND_TYPE_RETV int
Expand All @@ -63,7 +62,6 @@

/* int send(int, const char *, int, int); */
#define SEND_TYPE_ARG1 int
#define SEND_QUAL_ARG2 const
#define SEND_TYPE_ARG2 char *
#define SEND_TYPE_ARG3 int
#define SEND_TYPE_RETV int
Expand Down

0 comments on commit 0021798

Please sign in to comment.