Skip to content
Snippets Groups Projects
Commit 05d54d33 authored by Marty Kraimer's avatar Marty Kraimer
Browse files

make sure seq.h included last

parent 221dcba2
No related branches found
No related tags found
No related merge requests found
/* /*
* $Id: seqCommands.c,v 1.8 2001-03-22 15:50:26 mrk Exp $ * $Id: seqCommands.c,v 1.9 2001-03-22 19:38:26 mrk Exp $
* *
* DESCRIPTION: EPICS sequencer commands * DESCRIPTION: EPICS sequencer commands
* *
...@@ -22,8 +22,8 @@ ...@@ -22,8 +22,8 @@
#include <epicsThread.h> #include <epicsThread.h>
#include <cantProceed.h> #include <cantProceed.h>
#include <seqCom.h>
#include <ioccrf.h> #include <ioccrf.h>
#include "seq.h"
struct sequencerProgram { struct sequencerProgram {
......
...@@ -66,7 +66,7 @@ ...@@ -66,7 +66,7 @@
/*#define DEBUG 1*/ /*#define DEBUG 1*/
#ifdef vxWorks #ifdef vxWorks
#include "vxWorks.h" /*needed by sys/stat.h (unfortunately)*/ "include "vxWorks.h" /*needed by sys/stat.h (unfortunately)*/
#endif #endif
#include <sys/types.h> #include <sys/types.h>
......
...@@ -22,8 +22,8 @@ ...@@ -22,8 +22,8 @@
/*#define DEBUG*/ /*#define DEBUG*/
#define epicsExportSharedSymbols #define epicsExportSharedSymbols
#include "seq.h"
#include <string.h> #include <string.h>
#include "seq.h"
LOCAL epicsMutexId seqProgListSemId; LOCAL epicsMutexId seqProgListSemId;
LOCAL int seqProgListInited = FALSE; LOCAL int seqProgListInited = FALSE;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment