diff options
Diffstat (limited to 'Tests/FindODBC/Test/main.c')
-rw-r--r-- | Tests/FindODBC/Test/main.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Tests/FindODBC/Test/main.c b/Tests/FindODBC/Test/main.c index 917167b..34f279c 100644 --- a/Tests/FindODBC/Test/main.c +++ b/Tests/FindODBC/Test/main.c @@ -1,5 +1,5 @@ #ifdef WIN32 -#include <windows.h> +# include <windows.h> #endif #include <sql.h> |