diff options
author | Daniel Stenberg <daniel@haxx.se> | 2000-08-24 14:26:33 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2000-08-24 14:26:33 +0000 |
commit | b6e18f2f665f16910c04cb52bdc7b90270ab7c9b (patch) | |
tree | cfa866c10ac8af045fe2ca642909045e95c41aa4 /lib/version.c | |
parent | 400ca043c73fb2e2db6d62b47183873b5a5966cd (diff) | |
download | curl-b6e18f2f665f16910c04cb52bdc7b90270ab7c9b.tar.gz |
#include "setup.h" moved first of all includes
Diffstat (limited to 'lib/version.c')
-rw-r--r-- | lib/version.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/version.c b/lib/version.c index be14e6551..475edd129 100644 --- a/lib/version.c +++ b/lib/version.c @@ -38,10 +38,11 @@ * ------------------------------------------------------------ ****************************************************************************/ +#include "setup.h" + #include <string.h> #include <stdio.h> -#include "setup.h" #include <curl/curl.h> #include "urldata.h" |