fix compiler warning: external definition with no prior declaration

This commit is contained in:
Yang Tse
2008-09-18 19:17:28 +00:00
parent 8b2bfa4212
commit f7ef60c13f
2 changed files with 3 additions and 2 deletions

View File

@@ -83,6 +83,7 @@
#endif
#include <curl/curl.h>
#include "parsedate.h"
const char * const Curl_wkday[] =
{"Mon", "Tue", "Wed", "Thu", "Fri", "Sat", "Sun"};