From: jweiss Date: Fri, 16 Sep 1994 22:01:05 +0000 (+0000) Subject: strings.h -> string.h, the former doesn't exists on the sun now. X-Git-Tag: OPSSRC_BASE~48 X-Git-Url: http://andersk.mit.edu/gitweb/moira.git/commitdiff_plain/7b48c9f921b2585091d6d9085c8a801f58aede8d strings.h -> string.h, the former doesn't exists on the sun now. --- diff --git a/update/client.c b/update/client.c index 29b9925b..117b233b 100644 --- a/update/client.c +++ b/update/client.c @@ -26,7 +26,7 @@ static char *rcsid_client2_c = "$Header$"; #include #include -#include +#include #include #include #include diff --git a/update/update_test.c b/update/update_test.c index 866c8e87..28ae17c0 100644 --- a/update/update_test.c +++ b/update/update_test.c @@ -13,7 +13,7 @@ #include #include -#include +#include #include #include #include diff --git a/update/xfer_002.c b/update/xfer_002.c index 411e4b4d..9aab0bb9 100644 --- a/update/xfer_002.c +++ b/update/xfer_002.c @@ -16,7 +16,7 @@ static char *rcsid_xfer_002_c = "$Header$"; #include #include #include -#include +#include #include extern CONNECTION conn; diff --git a/update/xfer_003.c b/update/xfer_003.c index 56b3815a..5974ae64 100644 --- a/update/xfer_003.c +++ b/update/xfer_003.c @@ -17,7 +17,7 @@ static char *rcsid_xfer_002_c = "$Header$"; #include #include #include -#include +#include #include extern CONNECTION conn;