Skip to content

Commit

Permalink
include protos to fix warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
bagder committed May 10, 2005
1 parent b19cba2 commit cc8e8db
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/transfer.c
Expand Up @@ -101,6 +101,8 @@
#include "share.h"
#include "memory.h"
#include "select.h"
#include "strerror.h"
#include "connect.h" /* for the Curl_ourerrno() proto */

#define _MPRINTF_REPLACE /* use our functions only */
#include <curl/mprintf.h>
Expand Down

0 comments on commit cc8e8db

Please sign in to comment.