added keepalive tool
[tridge/junkcode.git] / batchers.c
index 9ea29ef88fff06c80682484b092a8dc9ff5e9b1b..e30761bf1c1a6837a804fb16c36de6dbabd8aa2f 100644 (file)
@@ -1,3 +1,5 @@
+#include <stdio.h>
+
 static void batchers_sort(int baseP,int N,void (*makesmaller)())
 {
   int  p, initq, q, r, d, x;