From a3dd3e1a2f232a3b7ebf1367e987b36d9bb1d195 Mon Sep 17 00:00:00 2001 From: Jeff Hill Date: Mon, 16 Aug 2010 17:34:39 -0600 Subject: [PATCH] unistd.h isnt available on windows, and doesnt appear to be required by this code? --- src/libCom/test/buckTest.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/libCom/test/buckTest.c b/src/libCom/test/buckTest.c index 4d5a4ee01..3134fec6a 100644 --- a/src/libCom/test/buckTest.c +++ b/src/libCom/test/buckTest.c @@ -9,7 +9,6 @@ #include #include -#include #include "epicsAssert.h" #include "bucketLib.h"