summaryrefslogtreecommitdiff
path: root/lib/easy.c
diff options
context:
space:
mode:
authorYang Tse <yangsita@gmail.com>2009-09-17 14:23:27 +0000
committerYang Tse <yangsita@gmail.com>2009-09-17 14:23:27 +0000
commitf2f45339dc378ed4d15b19ebf8d16e9f58d776e8 (patch)
treea9656262c646f1d8e35084d8bad29f0ec4db3f73 /lib/easy.c
parentbe5c815f630f47fb9d9d520f526c24a902862db5 (diff)
downloadcurl-f2f45339dc378ed4d15b19ebf8d16e9f58d776e8.tar.gz
Moved Curl_rand() and Curl_srand() code from formdata.c and formdata.h
into curl_rand.c and curl_rand.h
Diffstat (limited to 'lib/easy.c')
-rw-r--r--lib/easy.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/easy.c b/lib/easy.c
index 10b1bd3ee..ff808f9a5 100644
--- a/lib/easy.c
+++ b/lib/easy.c
@@ -85,7 +85,7 @@
#include "http_ntlm.h"
#include "connect.h" /* for Curl_getconnectinfo */
#include "slist.h"
-#include "formdata.h" /* For Curl_srand(). */
+#include "curl_rand.h"
#define _MPRINTF_REPLACE /* use our functions only */
#include <curl/mprintf.h>