txlyre 1 vuosi sitten
vanhempi
commit
6613264e1f
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1 1
      counter.c/counter.h

+ 1 - 1
counter.c/counter.h

@@ -1,7 +1,7 @@
 #ifndef _COUNTER_H
 #define _COUNTER_H
 
-#include <stdlib.h>
+#include <stdio.h>
 
 void counter_release(void);
 void counter_create(unsigned long, FILE *);