If on vxWorks add #include <vxWorks.h>

This commit is contained in:
Marty Kraimer
1995-02-27 15:36:56 +00:00
parent 64bd8e03dc
commit e55693525c
8 changed files with 32 additions and 0 deletions
+4
View File
@@ -48,6 +48,10 @@
* Also they are not used on vxWorks
*/
#ifdef vxWorks
#include <vxWorks.h>
#endif
#include <stdlib.h>
#include <stdio.h>
#include <limits.h> /* XPG2/XPG3/POSIX.1/FIPS151-1/ANSI-C */
+4
View File
@@ -48,6 +48,10 @@
* Also they are not used on vxWorks
*/
#ifdef vxWorks
#include <vxWorks.h>
#endif
#include <stdlib.h>
#include <stdio.h>
#include <limits.h> /* XPG2/XPG3/POSIX.1/FIPS151-1/ANSI-C */
+4
View File
@@ -32,6 +32,10 @@
/* #define DEBUG_DRIVER */
#ifdef vxWorks
#include <vxWorks.h>
#endif
#include <stdlib.h>
#include <ellLib.h>
+4
View File
@@ -32,6 +32,10 @@
/* #define DEBUG_DRIVER */
#ifdef vxWorks
#include <vxWorks.h>
#endif
#include <stdlib.h>
#include <ellLib.h>
+4
View File
@@ -51,6 +51,10 @@ DEVELOPMENT CENTER AT ARGONNE NATIONAL LABORATORY (708-252-2000).
* .01 04-19-94 mrk Initial Implementation
*/
#ifdef vxWorks
#include <vxWorks.h>
#endif
#include <string.h>
#include <stdlib.h>
#include <stddef.h>
+4
View File
@@ -51,6 +51,10 @@ DEVELOPMENT CENTER AT ARGONNE NATIONAL LABORATORY (708-252-2000).
* .01 04-19-94 mrk Initial Implementation
*/
#ifdef vxWorks
#include <vxWorks.h>
#endif
#include <string.h>
#include <stdlib.h>
#include <stddef.h>
+4
View File
@@ -51,6 +51,10 @@ DEVELOPMENT CENTER AT ARGONNE NATIONAL LABORATORY (708-252-2000).
* .01 04-07-94 mrk Initial Implementation
*/
#ifdef vxWorks
#include <vxWorks.h>
#endif
#include <dbDefs.h>
#include <string.h>
#include <stdlib.h>
+4
View File
@@ -51,6 +51,10 @@ DEVELOPMENT CENTER AT ARGONNE NATIONAL LABORATORY (708-252-2000).
* .01 04-07-94 mrk Initial Implementation
*/
#ifdef vxWorks
#include <vxWorks.h>
#endif
#include <dbDefs.h>
#include <string.h>
#include <stdlib.h>