diff options
Diffstat (limited to 'tests/exception1.c')
-rw-r--r-- | tests/exception1.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/exception1.c b/tests/exception1.c index 1452d1a..60038cd 100644 --- a/tests/exception1.c +++ b/tests/exception1.c @@ -219,6 +219,8 @@ main() #else /* defined(_MSC_VER) || defined(__cplusplus) */
+#include <stdio.h>
+
int
main()
{
|