Ver Fonte

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

Paul Eggert há 26 anos atrás
pai
commit
65fda730cf
1 ficheiros alterados com 1 adições e 1 exclusões
  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>