X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=fd.c;h=3dc490cde1056db92e94108cb7ad3c97131d32d5;hp=23b89b5d35a19f0641ca0e506c1be34c2e4eab49;hb=78027d5e82b04a2d04a29cab247c895cd7cf9e71;hpb=e7b6f442b4edeaeeb885d171df8267fe15aff472 diff --git a/fd.c b/fd.c index 23b89b5d..3dc490cd 100644 --- a/fd.c +++ b/fd.c @@ -6,6 +6,7 @@ /** \file fd.c Helper functions for file descriptor handling. */ +#include #include #include #include @@ -15,6 +16,7 @@ #include "para.h" #include "error.h" #include "string.h" + /** * Write a buffer to a file descriptor, re-write on short writes. *