need server.h for iocmon

This commit is contained in:
zimoch
2011-12-14 09:56:05 +00:00
parent c9f30bc493
commit 58e34a2fc3

19
install_server_h.patch Normal file
View File

@@ -0,0 +1,19 @@
Index: src/rsrv/Makefile
===================================================================
RCS file: /cvs/G/EPICS/base-3.14.12/src/rsrv/Makefile,v
retrieving revision 1.1
retrieving revision 1.2
diff -c -r1.1 -r1.2
*** src/rsrv/Makefile 29 Nov 2010 10:38:07 -0000 1.1
--- src/rsrv/Makefile 1 Jul 2011 14:54:35 -0000 1.2
***************
*** 14,19 ****
--- 14,21 ----
INC += rsrv.h
INC += rsrvIocRegister.h
+ # The following is used by iocmon
+ INC += server.h
LIB_SRCS += caserverio.c
LIB_SRCS += caservertask.c