mirror of
https://git.openafs.org/openafs.git
synced 2025-01-19 23:40:13 +00:00
Fix rxperf includes
Don't use raw includes for "rx.h" and friends - instead include them from the appropriate place in our include tree. Change-Id: Ic136b20b571bef3f476de02302404d64cc741171 Reviewed-on: http://gerrit.openafs.org/2962 Reviewed-by: Jeffrey Altman <jaltman@openafs.org> Tested-by: Jeffrey Altman <jaltman@openafs.org>
This commit is contained in:
parent
d8434eefa7
commit
e95c8eaaf5
@ -79,9 +79,9 @@ nn * We are using getopt since we want it to be possible to link to
|
||||
* is hopefully a err.h */
|
||||
#endif
|
||||
#include <getopt.h>
|
||||
#include "rx.h"
|
||||
#include "rx_null.h"
|
||||
#include "rx_globals.h"
|
||||
#include <rx/rx.h>
|
||||
#include <rx/rx_null.h>
|
||||
#include <rx/rx_globals.h>
|
||||
|
||||
#ifdef AFS_PTHREAD_ENV
|
||||
#include <pthread.h>
|
||||
|
Loading…
Reference in New Issue
Block a user