diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/setup.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/setup.h b/src/setup.h index 58ca0efee..d2562a244 100644 --- a/src/setup.h +++ b/src/setup.h @@ -222,7 +222,7 @@ int fileno( FILE *stream); * Include macros and defines that should only be processed once. */ -#ifndef HEADER_CURL_SETUP_ONCE_H +#ifndef __SETUP_ONCE_H #include "setup_once.h" #endif |