소스 검색

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>