From 1c7e8ed1383b67fb6b9beaba7635a8e9c1fa4914 Mon Sep 17 00:00:00 2001 From: Marty Kraimer Date: Tue, 4 Jan 2000 20:22:10 +0000 Subject: [PATCH] change tsDefs.h to tsStamp.h --- src/dbStatic/dbToRecordtypeH.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/dbStatic/dbToRecordtypeH.c b/src/dbStatic/dbToRecordtypeH.c index 6c572d1d3..0234992f7 100644 --- a/src/dbStatic/dbToRecordtypeH.c +++ b/src/dbStatic/dbToRecordtypeH.c @@ -115,7 +115,7 @@ int main(int argc,char **argv) fprintf(outFile,"#include \"ellLib.h\"\n"); fprintf(outFile,"#include \"osiSem.h\"\n"); fprintf(outFile,"#include \"link.h\"\n"); - fprintf(outFile,"#include \"tsDefs.h\"\n"); + fprintf(outFile,"#include \"tsStamp.h\"\n"); pdbMenu = (dbMenu *)ellFirst(&pdbbase->menuList); while(pdbMenu) { fprintf(outFile,"\n#ifndef INC%sH\n",pdbMenu->name);