diff --git a/listRecords.c b/listRecords.c index 3fe998e..39f3aea 100644 --- a/listRecords.c +++ b/listRecords.c @@ -4,6 +4,7 @@ #include #include +#include #ifdef BASE_VERSION /* This is R3.13 */ @@ -47,6 +48,6 @@ int listRecords(char* file, char* fields) dbl(0L, fields); fclose(newStdout); epicsSetThreadStdout(oldStdout); - return OK; + return 0; #endif }