Browse Source

limit the amount of warnings in prime example

Quentin Carbonneaux 10 years ago
parent
commit
e33a10a8a4
1 changed files with 2 additions and 0 deletions
  1. 2 0
      minic/test/prime.c

+ 2 - 0
minic/test/prime.c

@@ -1,3 +1,5 @@
+#include <stdio.h>
+
 main() {
 	int n;
 	int t;