txlyre 1 年之前
父节点
当前提交
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 *);