We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bec52f7 commit 9026737Copy full SHA for 9026737
src/subs/sma_mirRead.c
@@ -233,6 +233,8 @@
233
#include <math.h>
234
//#include <rpc/rpc.h> // in recent glibc header this was moved. Both redhat and ubuntu now have issues finding it
235
// which might be solved with the lib(n)tirpc-dev(el) - seems like a messy "upgrade" to me.
236
+ // use an extra -I/usr/include/tirpc if you need this feature
237
+ // it seems this code doesn't use RPC
238
#include <signal.h>
239
#include <stdio.h>
240
#include <stdlib.h>
0 commit comments