From: jweiss Date: Fri, 17 Jun 1994 18:24:52 +0000 (+0000) Subject: POSIX uses fcntl.h not sys/fcntl.h X-Git-Tag: OPSSRC_BASE~60 X-Git-Url: http://andersk.mit.edu/gitweb/moira.git/commitdiff_plain/1acd555fdb68278f2dbfad0b76600e2ef08bf615 POSIX uses fcntl.h not sys/fcntl.h --- diff --git a/update/send_file.c b/update/send_file.c index 89345732..0d524d2d 100644 --- a/update/send_file.c +++ b/update/send_file.c @@ -22,7 +22,7 @@ static char *rcsid_send_file_c = "$Header$"; #include #include #ifdef POSIX -#include +#include #endif extern CONNECTION conn;