From 8f2a7b538c3639bfe5798aad13ded3e467ca2a50 Mon Sep 17 00:00:00 2001 From: Jeff Hill Date: Fri, 29 May 1998 20:20:28 +0000 Subject: [PATCH] use epicsAssert.h and proper form of include --- src/libCom/test/buckTest.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/libCom/test/buckTest.c b/src/libCom/test/buckTest.c index deb7a6ded..e6866e98f 100644 --- a/src/libCom/test/buckTest.c +++ b/src/libCom/test/buckTest.c @@ -1,9 +1,9 @@ #include -#include #include -#include +#include "epicsAssert.h" +#include "bucketLib.h" main() {