txlyre 1 год назад
Родитель
Сommit
6613264e1f
1 измененных файлов с 1 добавлено и 1 удалено
  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 *);