diff options
Diffstat (limited to 'Tests/VSResource')
-rw-r--r-- | Tests/VSResource/main.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Tests/VSResource/main.cpp b/Tests/VSResource/main.cpp index b2b5ac9..6de7adc 100644 --- a/Tests/VSResource/main.cpp +++ b/Tests/VSResource/main.cpp @@ -1,6 +1,7 @@ -#include <stdio.h> #include <windows.h> +#include <stdio.h> + extern int lib(); struct x |