]> sigrok.org Git - libsigrok.git/commitdiff
siglent-sds: Drop currently unused <rpc/rpc.h> #include.
authorUwe Hermann <redacted>
Tue, 13 Feb 2018 20:52:25 +0000 (21:52 +0100)
committerUwe Hermann <redacted>
Tue, 13 Feb 2018 21:09:58 +0000 (22:09 +0100)
This causes some compile errors on platforms where RPC is not available, e.g.

  siglent-sds/api.c:25:21: fatal error: rpc/rpc.h: No such file or directory

Surrounding the #include (and later code) with "#if HAVE_RPC" should avoid
these compile errors, but since it's not used at all for now, drop it.

src/hardware/siglent-sds/api.c

index 310c9fd0982079f8ec208eb740b330acf20592f3..01430234face1501f86b8edfc099afaf9492748a 100644 (file)
@@ -22,7 +22,6 @@
 #include <fcntl.h>
 #include <glib.h>
 #include <math.h>
-#include <rpc/rpc.h>
 #include <stdlib.h>
 #include <string.h>
 #include <strings.h>