Move PMTU header block to top of file
authorSimon Wilkinson <sxw@inf.ed.ac.uk>
Wed, 28 Oct 2009 18:24:33 +0000 (18:24 +0000)
committerDerrick Brashear <shadow|account-1000005@unknown>
Wed, 28 Oct 2009 19:01:54 +0000 (12:01 -0700)
commit53fc41a856da4a23fa603bd5a274d819e7a3b54e
tree41bb4362417549c19f8ac8bfe8e32a20c89ac8e6
parent21efa6394ebf0b1eea440b74aef9f62160d5f851
Move PMTU header block to top of file

1206e7538be86f073b21cd289266286b60a95d0a added linux/errqueue.h to
rx_user.c, but added the include in the middle of a function - which
means that the new structure is out of scope for the rest of the file,
which breaks the build on Linux.

Put the header include at the start with all of its other friends.

Cc: Alf Wachsmann <alfw@slac.stanford.edu>
Change-Id: Id932ff63b59e6cd62eda3df4f01e4eef354736ca
Reviewed-on: http://gerrit.openafs.org/748
Tested-by: Derrick Brashear <shadow@dementia.org>
Reviewed-by: Derrick Brashear <shadow@dementia.org>
src/rx/rx_user.c