Skip to content

Commit

Permalink
Fix rpc include error
Browse files Browse the repository at this point in the history
  • Loading branch information
AndrewFasano authored Apr 3, 2023
1 parent 701c6c3 commit f57bdd1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,8 @@ SAMPLES=lmbench/Results/aix/rs6000 lmbench/Results/hpux/snake \
lmbench/Results/irix/indigo2 lmbench/Results/linux/pentium \
lmbench/Results/osf1/alpha lmbench/Results/solaris/ss20*

CPPFLAGS:=$(CPPFLAGS) -I /usr/include/tirpc/

COMPILE=$(CC) $(CFLAGS) $(CPPFLAGS) $(LDFLAGS)

INCS = bench.h lib_mem.h lib_tcp.h lib_udp.h stats.h timing.h
Expand Down

0 comments on commit f57bdd1

Please sign in to comment.