Commit d5112c0d authored by Daniel Stenberg's avatar Daniel Stenberg
Browse files

include setup.h properly, not config.h

parent aace68c9
Loading
Loading
Loading
Loading
+2 −3
Original line number Diff line number Diff line
@@ -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>