Skip to content
Snippets Groups Projects
Commit d5112c0d authored by Daniel Stenberg's avatar Daniel Stenberg
Browse files

include setup.h properly, not config.h

parent aace68c9
No related branches found
No related tags found
No related merge requests found
......@@ -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>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment