瀏覽代碼

Include safe-read.h instead of full-write.h.

Paul Eggert 26 年之前
父節點
當前提交
65fda730cf
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      lib/full-write.c

+ 1 - 1
lib/full-write.c

@@ -24,7 +24,7 @@
 
 #include <sys/types.h>
 
-#include "full-write.h"
+#include "safe-read.h"
 
 #if HAVE_UNISTD_H
 # include <unistd.h>