Move #include from h/mh.h to source files
[mmh] / sbr / cpydata.c
index 207bc03..6fa21f7 100644 (file)
@@ -6,10 +6,11 @@
 ** complete copyright information.
 */
 
+#include <unistd.h>
 #include <h/mh.h>
 
 void
-cpydata (int in, int out, char *ifile, char *ofile)
+cpydata(int in, int out, char *ifile, char *ofile)
 {
        int i;
        char buffer[BUFSIZ];