From ae720e75af27d5ce04264aad7a2e4e88c9e79e73 Mon Sep 17 00:00:00 2001 From: Marty Kraimer Date: Mon, 27 Feb 1995 15:29:55 +0000 Subject: [PATCH] add include vxWorks.h --- src/as/asLibRoutines.c | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/src/as/asLibRoutines.c b/src/as/asLibRoutines.c index 47c01f1f6..5b8456092 100644 --- a/src/as/asLibRoutines.c +++ b/src/as/asLibRoutines.c @@ -52,6 +52,10 @@ DEVELOPMENT CENTER AT ARGONNE NATIONAL LABORATORY (708-252-2000). * .01 10-15-93 mrk Initial Implementation */ +#ifdef vxWorks +#include +#include +#endif #include #include #include @@ -60,9 +64,6 @@ DEVELOPMENT CENTER AT ARGONNE NATIONAL LABORATORY (708-252-2000). #include #include #include -#ifdef vxWorks -#include -#endif /*Declare storage for Global Variables */ ASBASE *pasbase=NULL;