This commit is contained in:
Daniel Stenberg 2005-09-16 05:49:53 +00:00
Родитель 528a149def
Коммит 09c8f558f7
1 изменённых файлов: 4 добавлений и 0 удалений

Просмотреть файл

@ -91,6 +91,10 @@
#include <pwd.h>
#include <grp.h>
#define ENABLE_CURLX_PRINTF
/* make the curlx header define all printf() functions to use the curlx_*
versions instead */
#include "curlx.h" /* from the private lib dir */
#include "getpart.h"
#include "util.h"