TP 13 exo2: Implement the missing bits to do a full game.
[TD_C.git] / TP_13 / exo1 / lib / utils.c
index 04a20e4e1ed363eb9d7cd229967423bddd4faf50..1f0b1401057d1664e667a9f5a2e3d08e94ddcaef 100644 (file)
@@ -1,3 +1,5 @@
+#include <stdio.h>
+
 #include "utils.h"
 
 void swap_int(int* v1, int* v2) {