include setup.h properly, not config.h

This commit is contained in:
Daniel Stenberg 2001-08-24 07:39:50 +00:00
parent aace68c91b
commit d5112c0dec

View File

@ -32,9 +32,8 @@
* This code will break if int is smaller than 32 bits
*/
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
#include "setup.h"
#include <stdlib.h>
#include <string.h>